Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a902d61e authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Update navup button content description when it's menu.

am: c10db985

Change-Id: I1f954904540791d747540e102ce038866675b08a
parents 477c383c c10db985
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -863,4 +863,7 @@
    <!-- Label for Help and feedback menu item -->
    <string name="help_feedback_label">Help &amp; feedback</string>

    <!-- Content description for drawer menu button [CHAR_LIMIT=30]-->
    <string name="content_description_menu_button">Menu</string>

</resources>
+1 −0
Original line number Diff line number Diff line
@@ -226,6 +226,7 @@ public class SettingsDrawerActivity extends Activity {
    public void showMenuIcon() {
        mShowingMenu = true;
        getActionBar().setHomeAsUpIndicator(R.drawable.ic_menu);
        getActionBar().setHomeActionContentDescription(R.string.content_description_menu_button);
        getActionBar().setDisplayHomeAsUpEnabled(true);
    }