summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-12 14:31:45 -0700
committerAndrew Lee <anwlee@google.com>2014-05-12 14:44:31 -0700
commit0c66770b304d03367f093e1916cf565d9cf70146 (patch)
tree7afc8cb174a5787bcabfe1b0e2664002cca1d2e7 /res/drawable
parent8d62368706306cf4bc74cf29c527d5b98b43baaa (diff)
Change search list background to grey.
- Change the layout parent background programatically in the activity, when the dialpad is shown or hidden. - Change the gradient above the dialpad fragment in Dialer too. - Add directory header attrs color. Change-Id: I97be52f07480ee5b4db55555ef4e4de0feb7d55a
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/shadow_fade_up.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/shadow_fade_up.xml b/res/drawable/shadow_fade_up.xml
index e2d993484..e961c860a 100644
--- a/res/drawable/shadow_fade_up.xml
+++ b/res/drawable/shadow_fade_up.xml
@@ -18,7 +18,7 @@
android:shape="rectangle" >
<gradient
android:type="linear"
- android:startColor="#66999999"
- android:endColor="#00ffffff"
+ android:startColor="#1a000000"
+ android:endColor="@null"
android:angle="90"/>
</shape> \ No newline at end of file