summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout-xlarge-land/launcher.xml4
-rw-r--r--res/layout-xlarge-port/launcher.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-xlarge-land/launcher.xml b/res/layout-xlarge-land/launcher.xml
index 327b572c7..ca77c5590 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 1989649b4..e64da5af7 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"