summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge-land/all_apps_tabbed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge-land/all_apps_tabbed.xml')
-rw-r--r--res/layout-xlarge-land/all_apps_tabbed.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/res/layout-xlarge-land/all_apps_tabbed.xml b/res/layout-xlarge-land/all_apps_tabbed.xml
index e1a37ff14..fbe98b09e 100644
--- a/res/layout-xlarge-land/all_apps_tabbed.xml
+++ b/res/layout-xlarge-land/all_apps_tabbed.xml
@@ -39,7 +39,7 @@
android:layout_centerVertical="true">
<com.android.launcher2.ApplicationInfoDropTarget
android:id="@+id/all_apps_info_target"
- android:src="@drawable/ic_home_info_holo_dark"
+ android:drawableRight="@drawable/ic_home_info_holo_dark"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
@@ -53,14 +53,24 @@
</FrameLayout>
<com.android.launcher2.DeleteZone
android:id="@+id/all_apps_delete_zone"
- android:src="@drawable/delete_zone_selector"
+ android:text="@string/delete_zone_label_all_apps"
+ android:drawablePadding="@dimen/all_apps_drawable_padding"
+ android:drawableLeft="@drawable/delete_zone_selector"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toLeftOf="@id/market_info_frame"
android:layout_centerVertical="true"
android:visibility="invisible"
android:paddingRight="22dp"
- launcher:direction="horizontal" />
+ launcher:direction="horizontal"
+
+ android:gravity="center_horizontal|center_vertical"
+ android:textColor="@color/workspace_all_apps_and_delete_zone_text_color"
+ android:textSize="18sp"
+ android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color"
+ android:shadowDx="0.0"
+ android:shadowDy="0.0"
+ android:shadowRadius="2.0" />
</RelativeLayout>
<FrameLayout
android:id="@android:id/tabcontent"