Newer
Older
SmartKitchenTablet / app / src / main / res / drawable / switch_background_on.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <size android:height="@dimen/dp_20" />

    <corners android:radius="@dimen/dp_20" />

    <solid android:color="@color/mainThemeColor" />
</shape>