summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-05-03 21:55:53 +0200
committerJoey Rizzoli <joey@cyanogenmoditalia.it>2016-05-10 10:09:53 -0700
commit17e70458617b39a59b2686557033321d4d86bf5b (patch)
treed1110c2b639f0df6c4eba537e85db4141da092ff
parenta6afb10cd023f634c7f2fdbede6497e7af207f26 (diff)
downloadandroid_packages_apps_Gello-17e70458617b39a59b2686557033321d4d86bf5b.tar.gz
android_packages_apps_Gello-17e70458617b39a59b2686557033321d4d86bf5b.tar.bz2
android_packages_apps_Gello-17e70458617b39a59b2686557033321d4d86bf5b.zip
Gello: fix ripple effect on menu items
Change-Id: I3c91106efdf55a8a2bcd4e51038604bb6ede9f76 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
-rw-r--r--res/layout/swe_menu_item.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/swe_menu_item.xml b/res/layout/swe_menu_item.xml
index cdee2fda..9be47cdd 100644
--- a/res/layout/swe_menu_item.xml
+++ b/res/layout/swe_menu_item.xml
@@ -19,6 +19,7 @@
android:layout_height="match_parent"
android:layout_gravity="start"
android:gravity="center_vertical"
+ android:background="@android:color/transparent"
android:singleLine="true"
/>
<view