2020-04-23 16:20:59 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@drawable/webrtc_call_screen_circle_red" />
|
|
|
|
<item
|
|
|
|
android:bottom="14dp"
|
2023-03-22 12:01:46 -03:00
|
|
|
android:drawable="@drawable/symbol_phone_down_fill_24"
|
2020-04-23 16:20:59 -03:00
|
|
|
android:left="14dp"
|
|
|
|
android:right="14dp"
|
|
|
|
android:top="14dp" />
|
|
|
|
</layer-list>
|