summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-08-31 14:34:43 -0700
committerJoe Onorato <joeo@android.com>2009-08-31 14:34:43 -0700
commitc567acb6c32cdc3a9cf40b30c6716ab8bc5dd614 (patch)
treebbda44727cc0e0304573dd0f5af441434692874f /res/layout-port
parent0d1c563125290a58a75f6476887942a62a79d136 (diff)
downloadandroid_packages_apps_Trebuchet-c567acb6c32cdc3a9cf40b30c6716ab8bc5dd614.tar.gz
android_packages_apps_Trebuchet-c567acb6c32cdc3a9cf40b30c6716ab8bc5dd614.tar.bz2
android_packages_apps_Trebuchet-c567acb6c32cdc3a9cf40b30c6716ab8bc5dd614.zip
Add the all apps button.
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/launcher.xml23
1 files changed, 15 insertions, 8 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index d57d3a4d7..5b5c37cb3 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -49,21 +49,28 @@
</com.android.launcher2.Workspace>
- <com.android.launcher2.HandleView
- android:id="@+id/all_apps_button"
+ <LinearLayout
+ android:id="@+id/buttons"
android:layout_width="fill_parent"
android:layout_height="56dip"
android:layout_gravity="bottom"
- android:background="@drawable/handle"
+ android:gravity="right"
+ >
- android:focusable="true"
- android:clickable="true"
+ <com.android.launcher2.HandleView
+ android:id="@+id/all_apps_button"
+ android:layout_width="@dimen/button_bar_height"
+ android:layout_height="@dimen/button_bar_height"
- android:scaleType="center"
- android:src="@drawable/handle_icon"
+ android:focusable="true"
+ android:clickable="true"
- launcher:direction="horizontal" />
+ android:scaleType="center"
+ android:src="@drawable/all_apps_button"
+
+ launcher:direction="horizontal" />
+ </LinearLayout>
<com.android.launcher2.DeleteZone
android:id="@+id/delete_zone"