diff options
-rw-r--r-- | core/res/res/drawable/background_holo_light.xml | 2 |
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> |