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

Commit 2ddfdb05 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Change content description for phone right tab from..." into jb-mr1.1-dev

parents 29cc6408 8b4da23c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -381,6 +381,10 @@
         [CHAR LIMIT=NONE] -->
    <string name="contactsFavoritesLabel">Favorites</string>

    <!-- The description text for the favorites and all contacts tab in the phone app.
         [CHAR LIMIT=NONE] -->
    <string name="dialerAllContactsLabel">Favorites and all contacts</string>

    <!-- The description text for the dialer tab.

         Note: AccessibilityServices use this attribute to announce what the view represents.
+1 −1
Original line number Diff line number Diff line
@@ -744,7 +744,7 @@ public class DialtactsActivity extends TransactionSafeActivity

    private void setupFavorites() {
        final Tab tab = getActionBar().newTab();
        tab.setContentDescription(R.string.contactsFavoritesLabel);
        tab.setContentDescription(R.string.dialerAllContactsLabel);
        tab.setIcon(R.drawable.ic_tab_all);
        tab.setTabListener(mTabListener);
        getActionBar().addTab(tab);