• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<com.google.android.material.materialswitch.MaterialSwitch
3    xmlns:android="http://schemas.android.com/apk/res/android"
4    android:id="@+id/switchWidget"
5    android:theme="@style/ThemeOverlay.TwoPanelPreference.Switch"
6    style="@style/ThemeOverlay.TwoPanelPreference.Switch"
7    android:layout_width="wrap_content"
8    android:layout_height="wrap_content"
9    android:focusable="false"
10    android:clickable="false"
11    android:background="@null" />