mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Merge pull request #1324 from anitawoodruff/talkback-menu-fixes
Add content descriptions to menu drawer items
This commit is contained in:
commit
ed02d64dea
1 changed files with 6 additions and 4 deletions
|
|
@ -68,7 +68,8 @@
|
|||
android:background="@color/transparent"
|
||||
android:src="@drawable/menu_notifications"
|
||||
android:layout_centerVertical="true"
|
||||
android:clickable="false" />
|
||||
android:clickable="false"
|
||||
android:contentDescription="@string/notifications" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/notificationsBadge"
|
||||
|
|
@ -100,7 +101,8 @@
|
|||
android:background="@color/transparent"
|
||||
android:src="@drawable/menu_messages"
|
||||
android:layout_centerVertical="true"
|
||||
android:clickable="false" />
|
||||
android:clickable="false"
|
||||
android:contentDescription="@string/inbox" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/messagesBadge"
|
||||
|
|
@ -131,8 +133,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:background="@color/transparent"
|
||||
android:src="@drawable/menu_settings"
|
||||
android:layout_centerVertical="true"/>
|
||||
|
||||
android:layout_centerVertical="true"
|
||||
android:contentDescription="@string/PS_settings_title" />
|
||||
<TextView
|
||||
android:id="@+id/settingsBadge"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
|||
Loading…
Reference in a new issue