feat: hide media from home screen

This commit is contained in:
aayush262 2024-05-04 00:52:01 +05:30
parent 7bdc7c1719
commit 425ca158a3
6 changed files with 54 additions and 10 deletions

View file

@ -338,6 +338,13 @@
android:fontFamily="@font/poppins_bold"
android:text="@string/list_private" />
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/mediaListShow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:fontFamily="@font/poppins_bold"
android:text="@string/hide_in_home_screen" />
<TextView
android:id="@+id/mediaListAddCustomList"
android:layout_width="match_parent"

View file

@ -178,6 +178,14 @@
android:fontFamily="@font/poppins_bold"
android:text="@string/list_private" />
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/mediaListShow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:fontFamily="@font/poppins_bold"
android:text="@string/hide_in_home_screen" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"