mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
12 lines
No EOL
332 B
XML
12 lines
No EOL
332 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<solid android:color="@android:color/darker_gray" />
|
|
|
|
<padding
|
|
android:top="10dp"
|
|
android:left="10dp"
|
|
android:right="10dp"
|
|
android:bottom="10dp"/>
|
|
</shape> |