2021-10-09 17:47:04 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-07-09 00:00:18 -04:00
|
|
|
<com.google.android.material.materialswitch.MaterialSwitch
|
2021-10-09 17:47:04 -04:00
|
|
|
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"/>
|