linphone-android/app/src/main/res/drawable/shape_drawer_handle.xml
2024-07-15 16:10:34 +02:00

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>