linphone-android/app/src/main/res/drawable/security_switch_thumb.xml
2019-03-21 13:50:23 +01:00

6 lines
No EOL
242 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size android:height="20dp" android:width="20dp"/>
<solid android:color="@color/white_color"/>
</shape>