summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-09-08 12:34:22 -0700
committerJoe Onorato <joeo@android.com>2009-09-11 12:14:19 -0400
commit85a02a8d13eced310aee4c2a795e9c9c5435038f (patch)
treec7fda8f70dadc9d1b4f85ba85d56e26b63408061 /res/layout-port/launcher.xml
parent8355ae39ad77b8e2e9ff3b4cbff8077a002ce151 (diff)
downloadandroid_packages_apps_Trebuchet-85a02a8d13eced310aee4c2a795e9c9c5435038f.tar.gz
android_packages_apps_Trebuchet-85a02a8d13eced310aee4c2a795e9c9c5435038f.tar.bz2
android_packages_apps_Trebuchet-85a02a8d13eced310aee4c2a795e9c9c5435038f.zip
Add the animation for when you enter the all apps view.
Diffstat (limited to 'res/layout-port/launcher.xml')
-rw-r--r--res/layout-port/launcher.xml32
1 files changed, 11 insertions, 21 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index edfa9f11d..f6f383f0a 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -48,39 +48,29 @@
</com.android.launcher2.Workspace>
- <LinearLayout
- android:id="@+id/buttons"
- android:layout_width="fill_parent"
- android:layout_height="56dip"
- android:layout_gravity="bottom"
-
- android:gravity="right"
- >
-
- <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:focusable="true"
- android:clickable="true"
+ <com.android.launcher2.HandleView
+ android:id="@+id/all_apps_button"
+ android:layout_width="wrap_content"
+ android:layout_height="@dimen/button_bar_height"
+ android:layout_gravity="bottom|center_horizontal"
- android:scaleType="center"
- android:src="@drawable/all_apps_button"
+ android:focusable="true"
+ android:clickable="true"
- launcher:direction="horizontal" />
- </LinearLayout>
+ android:scaleType="center"
+ android:src="@drawable/all_apps_button"
+ launcher:direction="horizontal" />
<com.android.launcher2.DeleteZone
android:id="@+id/delete_zone"
android:layout_width="wrap_content"
android:layout_height="49dip"
+ android:layout_gravity="bottom|center_horizontal"
android:scaleType="center"
android:src="@drawable/ic_delete"
android:background="@drawable/delete_zone_selector"
- android:layout_gravity="bottom|center_horizontal"
android:visibility="invisible"
launcher:direction="horizontal" />