"Include list" switch changed (#153)
* "Include list" switch change * remember the toggle state of "Include list"
This commit is contained in:
parent
627bed2407
commit
563e4f2cbe
6 changed files with 28 additions and 7 deletions
|
@ -308,11 +308,13 @@
|
|||
android:text="@string/popular_anime"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/animeIncludeList"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:checked="true"
|
||||
android:textSize="12sp"
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
android:text="@string/include_media_in_list" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -264,12 +264,14 @@
|
|||
android:text="@string/popular_manga"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/mangaIncludeList"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/include_media_in_list"
|
||||
android:checked="true"/>
|
||||
android:checked="true"
|
||||
android:textSize="12sp"
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
android:text="@string/include_media_in_list" />
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue