aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/preference_switch.xml
blob: 03afae0ff56622e957840c4a0b701c410f52b0b7 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.materialswitch.MaterialSwitch xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/switchWidget"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:focusable="false"
    android:clickable="false"
    android:background="@null" />