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

Commit 8b4da23c authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Change content description for phone right tab from...

"favorites" to "favorites and all contacts".

Bug 7589043

Change-Id: I3daececb58c7eae64738ed1ed017f85b6bcd15a5
parent 5cb892c6
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);