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

Commit b45b21d1 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am b4eb3ace: am 79411726: Merge "Turn fading edges back on for ScrollView and...

am b4eb3ace: am 79411726: Merge "Turn fading edges back on for ScrollView and HorizontalScrollView." into honeycomb-mr2

* commit 'b4eb3ace':
  Turn fading edges back on for ScrollView and HorizontalScrollView.
parents b68c768d b4eb3ace
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">