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

Commit fd709032 authored by Katherine Kuan's avatar Katherine Kuan
Browse files

Pixel perfect work for phone contact editor

- Always show account header for raw contacts
- Align text fields and titles along the left margin
- Align spinners
- Use "Add new" as the default text if there's no value
in Event or Groups field yet
- Restyle account header
- Use primary/secondary colors everywhere
- Non-editable contact fixes: remove "not editable on
this device" and replace it with a toast when the
user clicks on the header, restyle item_read_only_field

Bug: 5097095

Change-Id: I94a6c91b05344028b64c62735fb4559f9944529d
parent 1c9b4968
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@
        <!-- Create a new or edit an existing group -->
        <activity
            android:name=".activities.GroupEditorActivity"
            android:theme="@style/ContactEditorActivityTheme"
            android:theme="@style/EditorActivityTheme"
            android:windowSoftInputMode="adjustResize" />

        <!-- Used to show QuickContact window over a translucent activity, which is a
@@ -503,7 +503,7 @@
        <!-- Create a new or edit an existing contact -->
        <activity
            android:name=".activities.ContactEditorActivity"
            android:theme="@style/ContactEditorActivityTheme"
            android:theme="@style/EditorActivityTheme"
            android:uiOptions="splitActionBarWhenNarrow"
            android:windowSoftInputMode="adjustResize">

−206 B
Loading image diff...
−179 B
Loading image diff...
−171 B
Loading image diff...
−199 B
Loading image diff...
Loading