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

Commit f8132fc1 authored by cretin45's avatar cretin45
Browse files

Contacts: Make app name string overlayable

Change-Id: I6f276ac710b419a80e54e6eae812d677ce1ceb09
parent 803919d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@

        <!-- The main Contacts activity with the contact list, favorites, and groups. -->
        <activity android:name=".activities.PeopleActivity"
            android:label="@string/people"
            android:label="@string/app_name"
            android:theme="@style/PeopleTheme"
            android:screenOrientation="nosensor"
            android:uiOptions="splitActionBarWhenNarrow"
+2 −0
Original line number Diff line number Diff line
@@ -16,4 +16,6 @@
<resources>
    <!-- CMCC feature -->
    <bool name="config_show_quick_call_button" translatable="false">false</bool>

    <string name="app_name">@string/people</string>
</resources>
 No newline at end of file