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

Commit aff08381 authored by Adam Powell's avatar Adam Powell
Browse files

Turn fading edges back on for ScrollView and HorizontalScrollView.

Change-Id: Iba880fef0083d36d105b387e4184c57a5fd62486
parent 084d3490
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -574,12 +574,12 @@

    <style name="Widget.ScrollView">
        <item name="android:scrollbars">vertical</item>
        <item name="android:fadingEdge">none</item>
        <item name="android:fadingEdge">vertical</item>
    </style>

    <style name="Widget.HorizontalScrollView">
        <item name="android:scrollbars">horizontal</item>
        <item name="android:fadingEdge">none</item>
        <item name="android:fadingEdge">horizontal</item>
    </style>

    <style name="Widget.ListView" parent="Widget.AbsListView">