summaryrefslogtreecommitdiffstats
path: root/res/layout-port/launcher.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/launcher.xml')
-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"