8 lines
397 B
XML
8 lines
397 B
XML
<?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/update_state_switch"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="@dimen/text_margin"
|
|
android:clickable="true"
|
|
android:focusable="true" /> |