summaryrefslogtreecommitdiffstats
path: root/res/layout-port
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-port
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-port')
-rw-r--r--res/layout-port/launcher.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 323350653..d2b9275ef 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -60,36 +60,6 @@
android:layout_height="match_parent"
android:visibility="invisible" />
- <ImageView
- 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"
-
- android:focusable="true"
- android:clickable="true" />
-
- <ImageView
- 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"
-
- android:focusable="true"
- android:clickable="true" />
-
<RelativeLayout
android:id="@+id/all_apps_button_cluster"
android:layout_width="fill_parent"