summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2015-11-08 14:25:14 +0100
committerSteve Kondik <shade@chemlab.org>2015-11-11 04:11:40 -0800
commitf7fe8ce3da630dd5ffeb1f7da1207f1caa9660f2 (patch)
tree85cceaf78bbf3307c99e499a2af59f14cde2c3b2
parent57291df3e5b27ebe97fe5f84da1cb66f05fedfb4 (diff)
downloadframeworks_base-f7fe8ce3da630dd5ffeb1f7da1207f1caa9660f2.zip
frameworks_base-f7fe8ce3da630dd5ffeb1f7da1207f1caa9660f2.tar.gz
frameworks_base-f7fe8ce3da630dd5ffeb1f7da1207f1caa9660f2.tar.bz2
SystemUI: Restore ripple effect for upcoming alarm
Change-Id: I29f463c7e8b49aadf8bb38ad6c263a6b2d5c4b76
-rw-r--r--packages/SystemUI/res/layout/status_bar_expanded_header.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_expanded_header.xml b/packages/SystemUI/res/layout/status_bar_expanded_header.xml
index 783054c..c6511d1 100644
--- a/packages/SystemUI/res/layout/status_bar_expanded_header.xml
+++ b/packages/SystemUI/res/layout/status_bar_expanded_header.xml
@@ -165,7 +165,7 @@
android:paddingStart="6dp"
android:paddingTop="16dp"
android:paddingBottom="16dp"
- android:background="?android:attr/selectableItemBackground"
+ android:background="@drawable/ripple_drawable"
android:visibility="gone"
/>