mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-20 09:58:28 +00:00
6 lines
No EOL
282 B
XML
6 lines
No EOL
282 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
|
<size android:width="75dp" android:height="5dp" />
|
|
<corners android:radius="5dp"/>
|
|
<solid android:color="@color/gray_main2_300"/>
|
|
</shape> |