mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 11:51:02 +00:00
feat: hide media from home screen
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user