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

Commit 4613be55 authored by randypfohl's avatar randypfohl
Browse files

update padding to allow long text to not be truncated

Test: built and run locally, screenshots in bug
Flag: none

Bug:279624252
Change-Id: I932782757e1087cc7a321bab2e4d682419ec4a28
parent b4e91b14
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -223,6 +223,8 @@

    <style name="OverviewActionButton"
        parent="@android:style/Widget.DeviceDefault.Button.Borderless">
        <item name="android:paddingTop">4dp</item>
        <item name="android:paddingBottom">4dp</item>
        <item name="android:textColor">@color/overview_button</item>
        <item name="android:drawableTint">@color/overview_button</item>
        <item name="android:tint">?android:attr/textColorPrimary</item>