Reformat and some fixes

This commit is contained in:
ztimms73
2021-06-17 10:03:36 +03:00
parent f4f367850e
commit 4ac406aa2d
7 changed files with 23 additions and 21 deletions

View File

@@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="?android:listPreferredItemHeightSmall"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="?android:windowBackground"
android:gravity="center_vertical"
android:orientation="horizontal">
@@ -32,7 +31,7 @@
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/switch_toggle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content" />
<ImageView
android:id="@+id/imageView_config"