saurabh2590 / EasyAccess

A new shell for Android
3 stars 6 forks source link

eMail button incorrectly announced as Settings button #12

Closed justdroid closed 9 years ago

justdroid commented 9 years ago

BUG TalkBack screen reader incorrectly announces eMail button as Settings button

DETAILS The eMail button on Homscreen 1 is announced as "Settings" but should be announced as "eMail". The simple resolution is to change that button's contentDescription attribute to refer to correct string, i.e. it needs to read android:contentDescription="@string/btnEmail" correctly.

LIKELY MODULE res/layout/homescreen1.xml