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

Commit 18b0b5d2 authored by Brian Attwell's avatar Brian Attwell Committed by Android (Google) Code Review
Browse files

Merge "Change dialer's contentInsetStart=0px" into lmp-dev

parents 0d8019cf 39304d2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@
        <item name="android:height">@dimen/action_bar_height</item>
        <!-- Empty icon -->
        <item name="android:icon">@android:color/transparent</item>
        <item name="android:contentInsetStart">1px</item>
        <item name="android:contentInsetStart">0px</item>
    </style>

    <style name="DialtactsActionBarWithoutTitleStyle" parent="DialtactsActionBarStyle">