summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorlikaid <likaid@codeaurora.org>2015-03-21 09:35:18 +0800
committerlikaid <likaid@codeaurora.org>2015-03-21 09:35:18 +0800
commit33d743cffb65e9e727a2c3695971e36b93a56565 (patch)
tree7256e438e4e4af40c3e08c35be08e3f3af669da6 /res
parent40164962c72f9a5032a07fc03fee4f791eb7d62b (diff)
downloadandroid_packages_apps_Snap-33d743cffb65e9e727a2c3695971e36b93a56565.tar.gz
android_packages_apps_Snap-33d743cffb65e9e727a2c3695971e36b93a56565.tar.bz2
android_packages_apps_Snap-33d743cffb65e9e727a2c3695971e36b93a56565.zip
SnapdragonCamera: Change the text shadow color on camera sub menu
The text shadow color was shown out of menu range when the entry name was long. Change the shadow color to transparent to avoid this issue. Change-Id: I88c482d3c9a94b6f180326e43b5e5096026dd97a CRs-Fixed: 801018
Diffstat (limited to 'res')
-rw-r--r--res/layout/list_sub_menu_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/list_sub_menu_item.xml b/res/layout/list_sub_menu_item.xml
index a79628b5d..f2b043692 100644
--- a/res/layout/list_sub_menu_item.xml
+++ b/res/layout/list_sub_menu_item.xml
@@ -42,7 +42,7 @@
<TextView
android:id="@+id/text"
style="@style/CustomSettingItemTitle"
- android:shadowColor="@android:color/black"
+ android:shadowColor="@android:color/transparent"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="2"