mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
11 lines
No EOL
316 B
XML
11 lines
No EOL
316 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:bottom="40dp"
|
|
android:left="20dp"
|
|
android:right="20dp"
|
|
android:top="40dp">
|
|
|
|
<bitmap android:src="@drawable/cancel_edit"/>
|
|
</item>
|
|
</layer-list> |