summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/launcher.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-08-16 20:48:05 -0700
committerMichael Jurka <mikejurka@google.com>2010-08-16 20:53:10 -0700
commitb2c838c2ebe8c05a5c031e6b202cb192f238ac38 (patch)
treebe39210f6e3df2da72efb3f6e8529a4422652e5e /res/layout-xlarge/launcher.xml
parent80baf5a6b3c62a62265f626d43d1167783c94131 (diff)
downloadandroid_packages_apps_Trebuchet-b2c838c2ebe8c05a5c031e6b202cb192f238ac38.tar.gz
android_packages_apps_Trebuchet-b2c838c2ebe8c05a5c031e6b202cb192f238ac38.tar.bz2
android_packages_apps_Trebuchet-b2c838c2ebe8c05a5c031e6b202cb192f238ac38.zip
removed the temp screen rotation button
Change-Id: I26d5a840270065e43d4f66b3c53c7e9d52ce4200
Diffstat (limited to 'res/layout-xlarge/launcher.xml')
-rw-r--r--res/layout-xlarge/launcher.xml30
1 files changed, 7 insertions, 23 deletions
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml
index 3e00381d8..8133853de 100644
--- a/res/layout-xlarge/launcher.xml
+++ b/res/layout-xlarge/launcher.xml
@@ -45,32 +45,16 @@
<include android:id="@+id/cell5" layout="@layout/workspace_screen" />
</com.android.launcher2.Workspace>
- <RelativeLayout
- android:id="@+id/search_button_cluster"
+ <ImageView
+ android:id="@+id/search_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="top|left">
-
- <ImageView
- android:id="@+id/search_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/search_button"
-
- android:onClick="onClickSearchButton"
- android:focusable="true"
- android:clickable="true"/>
- <ImageView
- android:id="@+id/rotate_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/rotate_button"
+ android:layout_gravity="top|left"
+ android:src="@drawable/search_button"
- android:onClick="onClickRotateButton"
- android:focusable="true"
- android:clickable="true"
- android:layout_toRightOf="@id/search_button" />
- </RelativeLayout>
+ android:onClick="onClickSearchButton"
+ android:focusable="true"
+ android:clickable="true"/>
<RelativeLayout
android:id="@+id/all_apps_button_cluster"