summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-08-03 17:21:04 -0700
committerRomain Guy <romainguy@google.com>2012-08-03 17:21:04 -0700
commitc09211911c28795354f7ce5a1b75b13ac6a7b4d0 (patch)
treef54a8c65a2debf6124ef3b733311dfa3381ed01e
parent5e80cacfad7a09aea9e255fc7b5bfeb30989d1a8 (diff)
downloadframeworks_base-c09211911c28795354f7ce5a1b75b13ac6a7b4d0.zip
frameworks_base-c09211911c28795354f7ce5a1b75b13ac6a7b4d0.tar.gz
frameworks_base-c09211911c28795354f7ce5a1b75b13ac6a7b4d0.tar.bz2
Use correct color for default holo gradient
Change-Id: I7976c8d986da69dd312fe28cc6d88fc896bdf926
-rw-r--r--core/res/res/drawable/background_holo_light.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/drawable/background_holo_light.xml b/core/res/res/drawable/background_holo_light.xml
index fbc97b8..4e863ea 100644
--- a/core/res/res/drawable/background_holo_light.xml
+++ b/core/res/res/drawable/background_holo_light.xml
@@ -17,6 +17,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#ffe8e8e8"
- android:endColor="#fff3f3f3"
+ android:endColor="#ffffffff"
android:angle="270" />
</shape>