mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-03 20:59:36 +00:00
7 lines
227 B
XML
7 lines
227 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="#ff9200"/>
|
|
<corners android:radius="15dp"/>
|
|
</shape>
|
|
|