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

Commit b5acb275 authored by Joel Galenson's avatar Joel Galenson
Browse files

Make the "See all in Dashboard" link look like in Settings.

Fixes: 129865681
Test: View filtered and unfiltered dashboard.
Change-Id: Ib4783b02c1b078e513e001489cf71ee76e96fe15
parent 1ec94cfd
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -243,14 +243,10 @@
        <item name="android:gravity">center</item>
    </style>

    <style name="LargeHeaderLink">
    <style name="LargeHeaderLink"
           parent="@android:style/Widget.DeviceDefault.Button.Borderless.Colored">
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:layout_marginBottom">16dp</item>
        <item name="android:gravity">center_horizontal</item>
        <item name="android:textColor">?android:attr/colorAccent</item>
        <item name="android:paddingStart">48dp</item>
        <item name="android:paddingEnd">48dp</item>
    </style>

    <style name="LargeHeaderDivider">