Just tweaking shadow params for AllApps text.
Change-Id: I4a422cf1bfe61b2c62e4102b0f203c863b31a23e
diff --git a/res/layout-xlarge-land/launcher.xml b/res/layout-xlarge-land/launcher.xml
index 327b572..ca77c55 100644
--- a/res/layout-xlarge-land/launcher.xml
+++ b/res/layout-xlarge-land/launcher.xml
@@ -149,10 +149,10 @@
android:textColor="#CCFFFFFF"
android:textSize="18sp"
- android:shadowColor="#A0000000"
+ android:shadowColor="#DA000000"
android:shadowDx="0.0"
android:shadowDy="0.0"
- android:shadowRadius="2.0"
+ android:shadowRadius="2.5"
android:onClick="onClickAllAppsButton"
android:focusable="true"
diff --git a/res/layout-xlarge-port/launcher.xml b/res/layout-xlarge-port/launcher.xml
index 1989649..e64da5a 100644
--- a/res/layout-xlarge-port/launcher.xml
+++ b/res/layout-xlarge-port/launcher.xml
@@ -147,10 +147,10 @@
android:textColor="#CCFFFFFF"
android:textSize="18sp"
- android:shadowColor="#A0000000"
+ android:shadowColor="#DA000000"
android:shadowDx="0.0"
android:shadowDy="0.0"
- android:shadowRadius="2.0"
+ android:shadowRadius="2.5"
android:onClick="onClickAllAppsButton"
android:focusable="true"