diff --git a/res/drawable/shortcut_selector.xml b/res/drawable/shortcut_selector.xml index 884bccffea..8059f00867 100644 --- a/res/drawable/shortcut_selector.xml +++ b/res/drawable/shortcut_selector.xml @@ -19,7 +19,7 @@ --> - - + + diff --git a/res/layout-xlarge-land/application.xml b/res/layout-xlarge-land/application.xml index ed8fa8ccc5..2598e5a03c 100644 --- a/res/layout-xlarge-land/application.xml +++ b/res/layout-xlarge-land/application.xml @@ -15,4 +15,4 @@ --> \ No newline at end of file + style="@style/WorkspaceIcon.Landscape" /> diff --git a/res/layout-xlarge-land/launcher.xml b/res/layout-xlarge-land/launcher.xml index 0fc954b18e..7b66d7c22f 100644 --- a/res/layout-xlarge-land/launcher.xml +++ b/res/layout-xlarge-land/launcher.xml @@ -125,7 +125,13 @@ android:layout_toLeftOf="@id/configure_button" android:layout_marginLeft="@dimen/toolbar_button_spacing" android:layout_marginRight="@dimen/toolbar_button_spacing" - android:textSize="18dp" + android:textColor="#CCFFFFFF" + android:textSize="18sp" + + android:shadowColor="#A0000000" + android:shadowDx="0.0" + android:shadowDy="0.0" + android:shadowRadius="2.0" android:onClick="onClickAllAppsButton" android:focusable="true" diff --git a/res/layout-xlarge-port/launcher.xml b/res/layout-xlarge-port/launcher.xml index 088f08166e..c5691b8cbb 100644 --- a/res/layout-xlarge-port/launcher.xml +++ b/res/layout-xlarge-port/launcher.xml @@ -125,8 +125,14 @@ android:layout_toLeftOf="@id/configure_button" android:layout_marginLeft="@dimen/toolbar_button_spacing" android:layout_marginRight="@dimen/toolbar_button_spacing" + android:textColor="#CCFFFFFF" android:textSize="18dp" + android:shadowColor="#A0000000" + android:shadowDx="0.0" + android:shadowDy="0.0" + android:shadowRadius="2.0" + android:onClick="onClickAllAppsButton" android:focusable="true" android:clickable="true" /> diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml index 3654753284..55a96f6e91 100644 --- a/res/values-xlarge/config.xml +++ b/res/values-xlarge/config.xml @@ -26,8 +26,8 @@ - 350 - 350 + 100 + 100