diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-03-07 18:13:19 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-03-07 18:22:15 +0100 |
commit | e4963ce86eb1213b66a9cbcf91b99c339a85249c (patch) | |
tree | 662de74053321c324d133999ea07c45000c2e423 /res/drawable | |
parent | b7d8c34386c9e9c8bc533c000d520c60f23252ac (diff) |
ui fixes for tablets
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/es_slidingpane_shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/es_slidingpane_shadow.xml b/res/drawable/es_slidingpane_shadow.xml index 34cc44bf..8c2cefc2 100644 --- a/res/drawable/es_slidingpane_shadow.xml +++ b/res/drawable/es_slidingpane_shadow.xml @@ -2,6 +2,6 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" > <gradient android:endColor="#cccccc" - android:startColor="#eeeeee" /> + android:startColor="#00000000" /> <size android:width="3.0dp" android:height="0.5dp" /> </shape>
\ No newline at end of file |