Fixing Accessibility issues reported by Google Play Console.
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn_prev"
|
||||
android:contentDescription="Previous Puzzle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
@@ -79,6 +80,7 @@
|
||||
|
||||
<ImageButton
|
||||
android:src="@drawable/next"
|
||||
android:contentDescription="Next Puzzle"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -90,6 +92,7 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn_reset"
|
||||
android:contentDescription="Reset Puzzle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
@@ -101,6 +104,7 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn_undo"
|
||||
android:contentDescription="Undo the last move."
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
@@ -119,6 +123,7 @@
|
||||
|
||||
<org.vostan.banvor.board.PuzzleControl
|
||||
android:id="@+id/game_board"
|
||||
android:contentDescription="The game board."
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
||||
Reference in New Issue
Block a user