summaryrefslogtreecommitdiffstats
path: root/res/layout/list_sub_menu_item.xml
diff options
context:
space:
mode:
authorlikaid <likaid@codeaurora.org>2015-03-21 09:35:18 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-04-03 12:55:34 -0700
commit687ced57c0d2c564f9465da7aa5f0bf4f51c045c (patch)
tree992b657fab4a07641b7a30881f039d9626505538 /res/layout/list_sub_menu_item.xml
parent4fec96264ca29ee0917a9f020f536b9b01cad1f5 (diff)
downloadandroid_packages_apps_Snap-687ced57c0d2c564f9465da7aa5f0bf4f51c045c.tar.gz
android_packages_apps_Snap-687ced57c0d2c564f9465da7aa5f0bf4f51c045c.tar.bz2
android_packages_apps_Snap-687ced57c0d2c564f9465da7aa5f0bf4f51c045c.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/layout/list_sub_menu_item.xml')
-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"