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

Commit c10db985 authored by Fan Zhang's avatar Fan Zhang
Browse files

Update navup button content description when it's menu.

Bug: 30090247
Change-Id: I2ff9529a3dd5f197f2d142ef2993d5d8e90b5645
(cherry picked from commit df915bbb)
parent f9f8e820
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);
    }