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

Commit 40b7a598 authored by Brian Attwell's avatar Brian Attwell Committed by Android Git Automerger
Browse files

am 1b9adb32: Merge "Remove contentInsetStart from edit activity" into lmp-dev

* commit '1b9adb32':
  Remove contentInsetStart from edit activity
parents 056fe775 1b9adb32
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@

    <style name="EditorActivityTheme" parent="@style/PeopleTheme">
        <item name="android:listViewStyle">@style/ListViewStyle</item>
        <item name="android:actionBarStyle">@style/EditorActionBarStyle</item>
    </style>

    <style name="Theme">
@@ -109,6 +110,11 @@
        <item name="android:icon">@android:color/transparent</item>
    </style>

    <style name="EditorActionBarStyle" parent="@style/ContactsActionBarStyle">
        <!-- Do not use a contentInsetStart, since we are setting a custom ActionBar view -->
        <item name="android:contentInsetStart">0dp</item>
    </style>

    <!-- When this style was added, android:toolbarStyle was private. Therefore, this style
         must be directly applied to every toolbar -->
    <style name="ContactsToolbarStyle" parent="@android:style/Widget.Toolbar">