chinwag-android/app/src/main/res/drawable-v21/toggle_small_light.xml
2017-10-18 11:08:49 +02:00

6 lines
No EOL
219 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="#dedede" />
<corners android:radius="4dp" />
</shape>