2016-11-09 09:37:40 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@drawable/webrtc_control_background"/>
|
|
|
|
<item android:top="5dp"
|
|
|
|
android:left="5dp"
|
|
|
|
android:right="5dp"
|
|
|
|
android:bottom="5dp"
|
2019-12-04 16:11:28 -04:00
|
|
|
android:drawable="@drawable/webrtc_video_mute_24"/>
|
2016-11-09 09:37:40 -08:00
|
|
|
</layer-list>
|