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"

View file

@ -972,4 +972,5 @@ Non quae tempore quo provident laudantium qui illo dolor vel quia dolor et exerc
<string name="an_unexpected_error_occurred">An unexpected error occurred.\nPlease send a crash report to the developer :)</string>
<string name="copy_report">Copy Report</string>
<string name="share_as_file">Share as file</string>
<string name="hide_in_home_screen">Hide in Home Screen</string>
</resources>