summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adam Powell <adamp@google.com> 2011-05-16 14:04:31 -0700
committer Adam Powell <adamp@google.com> 2011-05-16 14:04:31 -0700
commitaff08381a34cf51536264ab3e59f8829f1ddc46c (patch)
tree1314225c22d536f0c2033f31e4c5a889881a9b72
parent084d3490a5283088426058d3c15532b176367926 (diff)
Turn fading edges back on for ScrollView and HorizontalScrollView.
Change-Id: Iba880fef0083d36d105b387e4184c57a5fd62486
-rw-r--r--core/res/res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml
index 11c3916ee967..5d054bd3671a 100644
--- a/core/res/res/values/styles.xml
+++ b/core/res/res/values/styles.xml
@@ -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">