Added mismatched switch (#91)

Ayushs fault
This commit is contained in:
Sadwhy 2023-12-20 08:02:29 +06:00 committed by GitHub
parent 0bacfb8494
commit 5339593e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@
</com.google.android.material.materialswitch.MaterialSwitch> </com.google.android.material.materialswitch.MaterialSwitch>
<com.google.android.material.switchmaterial.SwitchMaterial <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/uiSettingsImmersiveList" android:id="@+id/uiSettingsImmersiveList"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -142,7 +142,7 @@
app:showText="false" app:showText="false"
app:thumbTint="@color/button_switch_track"> app:thumbTint="@color/button_switch_track">
</com.google.android.material.switchmaterial.SwitchMaterial> </com.google.android.material.materialswitch.MaterialSwitch>
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
@ -286,4 +286,4 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</androidx.core.widget.NestedScrollView> </androidx.core.widget.NestedScrollView>