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

Commit 39304d2c authored by Brian Attwell's avatar Brian Attwell
Browse files

Change dialer's contentInsetStart=0px

I fixed this in the framework a while ago. You no longer
need to use contentInsetStart=1px.

Bug: 16403573
Change-Id: Idc3d4b0de7d1c700d6847f62318dcf7d3b1850d0
parent b75a6592
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">