feat: hide media from home screen
This commit is contained in:
parent
7bdc7c1719
commit
425ca158a3
6 changed files with 54 additions and 10 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue