summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-10-04 17:45:43 -0700
committerPatrick Dubroy <dubroy@google.com>2010-10-04 17:58:06 -0700
commit67f7f43f54613aeeccc37d5920014515eb765d59 (patch)
tree31325f5e2c27ffefa65b2621029805c7ec7d4409 /res/layout-xlarge
parent6ae0fcfc80b55322824f87b2cc3c1f51ed83e5ab (diff)
downloadandroid_packages_apps_Trebuchet-67f7f43f54613aeeccc37d5920014515eb765d59.tar.gz
android_packages_apps_Trebuchet-67f7f43f54613aeeccc37d5920014515eb765d59.tar.bz2
android_packages_apps_Trebuchet-67f7f43f54613aeeccc37d5920014515eb765d59.zip
fix 3053561: Update homescreen icons for all apps, customize
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r--res/layout-xlarge/launcher.xml31
1 files changed, 17 insertions, 14 deletions
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml
index 9b41af0bc..2b434423d 100644
--- a/res/layout-xlarge/launcher.xml
+++ b/res/layout-xlarge/launcher.xml
@@ -64,14 +64,29 @@
android:clickable="true"/>
<ImageView
- android:id="@+id/all_apps_button"
- android:src="@drawable/all_apps_button"
+ android:id="@+id/configure_button"
+ android:src="@drawable/configure_button"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_marginLeft="@dimen/toolbar_button_spacing"
android:layout_marginRight="@dimen/toolbar_button_spacing"
+ android:onClick="onClickConfigureButton"
+ android:focusable="true"
+ android:clickable="true" />
+
+ <TextView
+ android:id="@+id/all_apps_button"
+ android:text="@string/all_apps_button_label"
+ android:background="@drawable/all_apps_button"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:layout_toLeftOf="@id/configure_button"
+ android:layout_marginLeft="@dimen/toolbar_button_spacing"
+ android:layout_marginRight="@dimen/toolbar_button_spacing"
+ android:textSize="18dip"
+
android:onClick="onClickAllAppsButton"
android:focusable="true"
android:clickable="true" />
@@ -89,18 +104,6 @@
android:clickable="false"
android:visibility="gone"/>
- <ImageView
- android:id="@+id/configure_button"
- android:src="@drawable/configure_button"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_toLeftOf="@id/all_apps_button"
- android:layout_marginLeft="@dimen/toolbar_button_spacing"
-
- android:onClick="onClickConfigureButton"
- android:focusable="true"
- android:clickable="true" />
-
<com.android.launcher2.DeleteZone
android:id="@+id/delete_zone"
android:src="@drawable/delete_zone_selector"