v0.6.5
This commit is contained in:
8
app/src/main/res/layout/switch_item.xml
Normal file
8
app/src/main/res/layout/switch_item.xml
Normal file
@@ -0,0 +1,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/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" />
|
||||
Reference in New Issue
Block a user