From d0d43010c7a091b6ade407d30e490527a8d16120 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Sun, 26 Sep 2010 17:26:45 -0700 Subject: Adding tap-to-add behaviour to the customization drawer. Change-Id: I5a0863a8df2a0b4855112eb29b40b6e7dd550db9 --- res/layout-xlarge/all_apps_paged_view_application.xml | 2 +- res/layout-xlarge/customize_paged_view_item.xml | 12 ++++++++++-- .../customize_paged_view_wallpaper_placeholder.xml | 6 ++++-- res/layout-xlarge/customize_paged_view_widget.xml | 18 ++++++++++++------ res/values/attrs.xml | 9 +++++++++ 5 files changed, 36 insertions(+), 11 deletions(-) (limited to 'res') diff --git a/res/layout-xlarge/all_apps_paged_view_application.xml b/res/layout-xlarge/all_apps_paged_view_application.xml index bee13d694..8e53e0656 100644 --- a/res/layout-xlarge/all_apps_paged_view_application.xml +++ b/res/layout-xlarge/all_apps_paged_view_application.xml @@ -23,7 +23,7 @@ launcher:checkedBlurColor="#FFBBE83C" launcher:checkedOutlineColor="#FF8CD2FF" - android:id="@+id/name" + android:id="@+id/application_icon" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_horizontal" diff --git a/res/layout-xlarge/customize_paged_view_item.xml b/res/layout-xlarge/customize_paged_view_item.xml index 55779e50f..e42734506 100644 --- a/res/layout-xlarge/customize_paged_view_item.xml +++ b/res/layout-xlarge/customize_paged_view_item.xml @@ -14,8 +14,16 @@ limitations under the License. --> - - - + android:orientation="vertical" + + launcher:checkedBlurColor="#FFDAFF71" + launcher:checkedOutlineColor="#FFCFFF9C"> - + diff --git a/res/values/attrs.xml b/res/values/attrs.xml index bb1b85f3b..3e2a8e9d7 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -68,6 +68,15 @@ + + + + + + + + -- cgit v1.2.3