mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 22:39:18 +01:00
Add descriptions to reader prev/next buttons for a11y
This commit is contained in:
parent
d4c25359bd
commit
885c7bbb10
@ -65,6 +65,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?selectableItemBackgroundBorderless"
|
android:background="?selectableItemBackgroundBorderless"
|
||||||
|
android:contentDescription="@string/action_previous_chapter"
|
||||||
android:padding="@dimen/material_layout_keylines_screen_edge_margin"
|
android:padding="@dimen/material_layout_keylines_screen_edge_margin"
|
||||||
app:srcCompat="@drawable/ic_skip_previous_white_24dp" />
|
app:srcCompat="@drawable/ic_skip_previous_white_24dp" />
|
||||||
|
|
||||||
@ -95,6 +96,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?selectableItemBackgroundBorderless"
|
android:background="?selectableItemBackgroundBorderless"
|
||||||
|
android:contentDescription="@string/action_next_chapter"
|
||||||
android:padding="@dimen/material_layout_keylines_screen_edge_margin"
|
android:padding="@dimen/material_layout_keylines_screen_edge_margin"
|
||||||
app:srcCompat="@drawable/ic_skip_next_white_24dp" />
|
app:srcCompat="@drawable/ic_skip_next_white_24dp" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user