tmap/res/drawable/switch_thumb_off.xml
2022-06-10 21:38:30 +09:00

7 lines
407 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="@dimen/tmap_switch_thumb_height" android:width="@dimen/tmap_switch_thumb_width" />
<solid android:color="@color/tmap_switch_thumb_off_color" />
<stroke android:width="1.0dip" android:color="@color/tmap_switch_thumb_off_stroke_color" />
</shape>