summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-11-09 21:09:13 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-09 21:09:13 -0800
commit000315244f0fee16c19ba4c615953887a3dc6597 (patch)
tree01b3ff799e1a59a9133970a818bc05b79829937f /res
parent467169fd89f64042998ccb5193407686b0da9e77 (diff)
parent6549d3f974c2ee32ac3abbeb77ee3f8e62a8bf34 (diff)
downloadandroid_packages_apps_Trebuchet-000315244f0fee16c19ba4c615953887a3dc6597.tar.gz
android_packages_apps_Trebuchet-000315244f0fee16c19ba4c615953887a3dc6597.tar.bz2
android_packages_apps_Trebuchet-000315244f0fee16c19ba4c615953887a3dc6597.zip
am 6549d3f9: am 414c3ed3: am bd0f6c8a: Fix landscape layout.
Merge commit '6549d3f974c2ee32ac3abbeb77ee3f8e62a8bf34' * commit '6549d3f974c2ee32ac3abbeb77ee3f8e62a8bf34': Fix landscape layout.
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/launcher.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 5ec7c6c17..bf7194413 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -51,6 +51,34 @@
</com.android.launcher2.Workspace>
+ <ImageView
+ android:id="@+id/previous_screen"
+ android:layout_width="53dip"
+ android:layout_height="@dimen/button_bar_height"
+ android:layout_gravity="bottom|left"
+ android:layout_marginLeft="6dip"
+
+ android:src="@drawable/home_arrows_left"
+
+ android:onClick="previousScreen"
+
+ android:focusable="true"
+ android:clickable="true" />
+
+ <ImageView
+ android:id="@+id/next_screen"
+ android:layout_width="53dip"
+ android:layout_height="@dimen/button_bar_height"
+ android:layout_gravity="bottom|right"
+ android:layout_marginRight="6dip"
+
+ android:src="@drawable/home_arrows_right"
+
+ android:onClick="nextScreen"
+
+ android:focusable="true"
+ android:clickable="true" />
+
<com.android.launcher2.HandleView
android:id="@+id/all_apps_button"
android:layout_width="@dimen/button_bar_height"