summaryrefslogtreecommitdiffstats
path: root/res/layout-large
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-05-31 16:50:48 -0700
committerWinson Chung <winsonc@google.com>2011-06-01 17:28:23 -0700
commit4c98d9235d164680186180974719f551cf935d08 (patch)
tree43a64765edf35404256f7f52809ae114054e9436 /res/layout-large
parent85b439c964a23f262f57c7333bfd2b3b838836f7 (diff)
downloadandroid_packages_apps_Trebuchet-4c98d9235d164680186180974719f551cf935d08.tar.gz
android_packages_apps_Trebuchet-4c98d9235d164680186180974719f551cf935d08.tar.bz2
android_packages_apps_Trebuchet-4c98d9235d164680186180974719f551cf935d08.zip
Adding drag target bar.
Change-Id: Ia00ed30264ea5f1d3c919111d15588ef441bfe20
Diffstat (limited to 'res/layout-large')
-rw-r--r--res/layout-large/button_bar.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/layout-large/button_bar.xml b/res/layout-large/button_bar.xml
index 62115f786..a06076162 100644
--- a/res/layout-large/button_bar.xml
+++ b/res/layout-large/button_bar.xml
@@ -71,6 +71,7 @@
<!-- AllApps icon -->
<com.android.launcher2.StrokedTextView
android:id="@+id/all_apps_button"
+ android:onClick="onClickAllAppsButton"
android:text="@string/all_apps_button_label"
android:drawablePadding="@dimen/all_apps_button_drawable_padding"
android:drawableLeft="@drawable/ic_home_all_apps_holo_dark"
@@ -103,6 +104,7 @@
<ImageView
android:id="@+id/all_apps_divider"
android:src="@drawable/divider_launcher_holo"
+ android:onClick="onClickAllAppsButton"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_toLeftOf="@+id/configure_button"
@@ -116,6 +118,7 @@
<ImageView
android:id="@+id/configure_button"
android:src="@drawable/ic_home_add_holo_dark"
+ android:onClick="onClickConfigureButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
@@ -141,7 +144,7 @@
android:paddingRight="@dimen/toolbar_button_horizontal_padding"
android:paddingTop="@dimen/toolbar_button_vertical_padding"
android:paddingBottom="@dimen/toolbar_button_vertical_padding"
- android:background="@drawable/button_bg"
+ android:background="@drawable/button_bg"
android:gravity="center_horizontal|center_vertical"
android:textColor="@color/workspace_all_apps_and_delete_zone_text_color"