summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-06-23 13:23:20 -0700
committerWinson Chung <winsonc@google.com>2011-06-23 13:23:38 -0700
commit74608b5dfc22811eb16a39056e9c2d1e6681306b (patch)
tree4a60c4f19cdf237c29bfc86871d3d288eb0a43ed /res/layout-land
parent4b825dcd5f64a5ebb60271844fbc5257374422bc (diff)
downloadandroid_packages_apps_Trebuchet-74608b5dfc22811eb16a39056e9c2d1e6681306b.tar.gz
android_packages_apps_Trebuchet-74608b5dfc22811eb16a39056e9c2d1e6681306b.tar.bz2
android_packages_apps_Trebuchet-74608b5dfc22811eb16a39056e9c2d1e6681306b.zip
Removing the old dot.dot.dot page indicators at the bottom.
Change-Id: Ia501329223c5e80634b1f9e3f13ceac378217491
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 3e557af0d..3c5e0df36 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -61,40 +61,6 @@
android:layout_height="match_parent"
android:visibility="invisible" />
- <com.android.launcher2.ClippedImageView
- android:id="@+id/previous_screen"
- android:layout_width="93dip"
- android:layout_height="@dimen/button_bar_height"
- android:layout_gravity="bottom|left"
- android:layout_marginLeft="6dip"
-
- android:scaleType="center"
- android:src="@drawable/home_arrows_left"
-
- android:onClick="previousScreen"
-
- launcher:ignoreZone="56dip"
-
- android:focusable="true"
- android:clickable="true" />
-
- <com.android.launcher2.ClippedImageView
- android:id="@+id/next_screen"
- android:layout_width="93dip"
- android:layout_height="@dimen/button_bar_height"
- android:layout_gravity="bottom|right"
- android:layout_marginRight="6dip"
-
- android:scaleType="center"
- android:src="@drawable/home_arrows_right"
-
- android:onClick="nextScreen"
-
- launcher:ignoreZone="-56dip"
-
- android:focusable="true"
- android:clickable="true" />
-
<RelativeLayout
android:id="@+id/all_apps_button_cluster"
android:layout_height="fill_parent"