summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/preference_switch_layout.xml
blob: 54fa740613c5883642ad19d3e151dec59d8fc192 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.SwitchCompat
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/checkbox"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="@null"
    android:clickable="false"
    android:focusable="false" />