Add option to show favourite category on shelf

This commit is contained in:
Koitharu
2023-04-12 20:07:29 +03:00
parent c8053b2eb6
commit bd5b6beb72
8 changed files with 50 additions and 13 deletions

View File

@@ -78,6 +78,14 @@
android:visibility="gone"
tools:visibility="visible" />
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/switch_shelf"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="@string/show_on_shelf"
tools:visibility="visible" />
<TextView
android:id="@+id/textView_error"
android:layout_width="match_parent"