summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-04-02 17:39:55 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-04-02 17:39:55 -0700
commit9565d7c634a34ab68930c1f993bc6d927c33056c (patch)
treec1f37a8f6a4a2f8cea2ad0babfc32f68d5ac7b76 /res/layout
parent1fc0e1e94a6b9d643923d2798698933f6164d664 (diff)
parent33d743cffb65e9e727a2c3695971e36b93a56565 (diff)
downloadandroid_packages_apps_Snap-9565d7c634a34ab68930c1f993bc6d927c33056c.tar.gz
android_packages_apps_Snap-9565d7c634a34ab68930c1f993bc6d927c33056c.tar.bz2
android_packages_apps_Snap-9565d7c634a34ab68930c1f993bc6d927c33056c.zip
Merge "SnapdragonCamera: Change the text shadow color on camera sub menu"
Diffstat (limited to 'res/layout')
-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"