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

Commit bf1d4cae authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update navup button content description when it's menu." into nyc-mr1-dev

parents 8499c137 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);
    }