preference_material_switch.xml
1<?xml version="1.0" encoding="utf-8"?>
2<com.google.android.material.materialswitch.MaterialSwitch xmlns:android="http://schemas.android.com/apk/res/android"
3    android:id="@+id/switchWidget"
4    android:layout_width="wrap_content"
5    android:layout_height="wrap_content"
6    android:background="@null"
7    android:clickable="false"
8    android:focusable="false" />