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

Commit 3a3e064a authored by Tingting Wang's avatar Tingting Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix accessibility bugs on Contacts App." into ub-contactsdialer-a-dev

parents 4571858f 35fb2658
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@

        <activity
            android:name=".quickcontact.QuickContactActivity"
            android:label="@string/launcherActivityLabel"
            android:label="@string/quickContactActivityLabel"
            android:theme="@style/Theme.QuickContact"
            android:launchMode="singleTop"
            android:excludeFromRecents="true"
@@ -345,7 +345,7 @@
        <!-- Edit or create a contact with only the most important fields displayed initially. -->
        <activity
            android:name=".activities.CompactContactEditorActivity"
            android:label="@string/launcherActivityLabel"
            android:label="@string/editContactActivityLabel"
            android:theme="@style/EditorActivityTheme"
            android:windowSoftInputMode="stateHidden|adjustResize">

@@ -368,7 +368,7 @@
        <!-- Edit or create a contact with all fields displayed. -->
        <activity
            android:name=".activities.ContactEditorActivity"
            android:label="@string/launcherActivityLabel"
            android:label="@string/editContactActivityLabel"
            android:theme="@style/EditorActivityTheme"
            android:windowSoftInputMode="stateHidden|adjustResize"
            android:exported="false">
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,12 @@
         used in the Launcher icon. -->
    <string name="launcherActivityLabel">Contacts</string>

    <!-- Title for Quick Contact activity. -->
    <string name="quickContactActivityLabel">View Contact</string>

    <!-- Title for Edit Contact activity. -->
    <string name="editContactActivityLabel">Edit Contact</string>

    <!-- Directory partition name -->
    <string name="contactsList">Contacts</string>