mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-24 01:11:54 +01:00
Fix #637
This commit is contained in:
parent
c50c1f9b10
commit
7963a607b8
@ -143,34 +143,43 @@
|
|||||||
android:paddingEnd="12dp"
|
android:paddingEnd="12dp"
|
||||||
android:text="@string/unread_badges" />
|
android:text="@string/unread_badges" />
|
||||||
|
|
||||||
<RadioGroup
|
<HorizontalScrollView
|
||||||
android:id="@+id/unread_badge_group"
|
|
||||||
|
android:id="@+id/scroll_unread_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:requiresFadingEdge="horizontal"
|
||||||
android:orientation="horizontal"
|
android:scrollbars="none"
|
||||||
android:paddingStart="12dp"
|
android:fadingEdgeLength="20dp"
|
||||||
android:paddingEnd="12dp">
|
android:layout_height="wrap_content">
|
||||||
|
<RadioGroup
|
||||||
<com.google.android.material.radiobutton.MaterialRadioButton
|
android:id="@+id/unread_badge_group"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:maxLines="2"
|
android:orientation="horizontal"
|
||||||
android:text="@string/hide_badges" />
|
android:paddingStart="12dp"
|
||||||
|
android:paddingEnd="12dp">
|
||||||
|
|
||||||
<com.google.android.material.radiobutton.MaterialRadioButton
|
<com.google.android.material.radiobutton.MaterialRadioButton
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="12dp"
|
android:maxLines="2"
|
||||||
android:maxLines="2"
|
android:text="@string/hide_badges" />
|
||||||
android:text="@string/show_badges" />
|
|
||||||
|
|
||||||
<com.google.android.material.radiobutton.MaterialRadioButton
|
<com.google.android.material.radiobutton.MaterialRadioButton
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="12dp"
|
||||||
android:maxLines="2"
|
android:maxLines="2"
|
||||||
android:text="@string/show_count" />
|
android:text="@string/show_badges" />
|
||||||
</RadioGroup>
|
|
||||||
|
<com.google.android.material.radiobutton.MaterialRadioButton
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginStart="12dp"
|
||||||
|
android:maxLines="2"
|
||||||
|
android:text="@string/show_count" />
|
||||||
|
</RadioGroup>
|
||||||
|
</HorizontalScrollView>
|
||||||
|
|
||||||
<com.google.android.material.checkbox.MaterialCheckBox
|
<com.google.android.material.checkbox.MaterialCheckBox
|
||||||
android:id="@+id/hide_reading"
|
android:id="@+id/hide_reading"
|
||||||
@ -234,5 +243,5 @@
|
|||||||
android:contentDescription="@string/close"
|
android:contentDescription="@string/close"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:src="@drawable/ic_close_24dp"
|
android:src="@drawable/ic_close_24dp"
|
||||||
android:tint="@color/gray_button" />
|
app:tint="@color/gray_button" />
|
||||||
</FrameLayout>
|
</FrameLayout>
|
Loading…
Reference in New Issue
Block a user