From fd3385fe9e0f034b04f99d5d59a58d74fe040da4 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 15 Jun 2011 19:51:24 -0700 Subject: Using GridLayout in AppsCustomize widgets tab. - Starting to implement new widgets design - Hiding outlines in phone ui while dragging - Making the tab bar show only when we have items as well Change-Id: Ic027f9ba83fc0982f2f92a90412f050a8e248f9c --- res/drawable-hdpi/apps_customize_bg.png | Bin 0 -> 108 bytes res/drawable-hdpi/widget_info_bg.9.png | Bin 0 -> 168 bytes res/drawable-mdpi/apps_customize_bg.png | Bin 0 -> 108 bytes res/drawable-mdpi/widget_info_bg.9.png | Bin 0 -> 178 bytes res/drawable-nodpi/all_apps_bg_gradient.9.png | Bin 2946 -> 0 bytes res/layout/apps_customize_pane.xml | 1 + res/layout/apps_customize_widget.xml | 87 ++++++++++++-------------- 7 files changed, 42 insertions(+), 46 deletions(-) create mode 100644 res/drawable-hdpi/apps_customize_bg.png create mode 100644 res/drawable-hdpi/widget_info_bg.9.png create mode 100644 res/drawable-mdpi/apps_customize_bg.png create mode 100644 res/drawable-mdpi/widget_info_bg.9.png delete mode 100644 res/drawable-nodpi/all_apps_bg_gradient.9.png (limited to 'res') diff --git a/res/drawable-hdpi/apps_customize_bg.png b/res/drawable-hdpi/apps_customize_bg.png new file mode 100644 index 000000000..81768d71e Binary files /dev/null and b/res/drawable-hdpi/apps_customize_bg.png differ diff --git a/res/drawable-hdpi/widget_info_bg.9.png b/res/drawable-hdpi/widget_info_bg.9.png new file mode 100644 index 000000000..217b35cb4 Binary files /dev/null and b/res/drawable-hdpi/widget_info_bg.9.png differ diff --git a/res/drawable-mdpi/apps_customize_bg.png b/res/drawable-mdpi/apps_customize_bg.png new file mode 100644 index 000000000..81768d71e Binary files /dev/null and b/res/drawable-mdpi/apps_customize_bg.png differ diff --git a/res/drawable-mdpi/widget_info_bg.9.png b/res/drawable-mdpi/widget_info_bg.9.png new file mode 100644 index 000000000..7fd1c20e0 Binary files /dev/null and b/res/drawable-mdpi/widget_info_bg.9.png differ diff --git a/res/drawable-nodpi/all_apps_bg_gradient.9.png b/res/drawable-nodpi/all_apps_bg_gradient.9.png deleted file mode 100644 index 3f4b5b58c..000000000 Binary files a/res/drawable-nodpi/all_apps_bg_gradient.9.png and /dev/null differ diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml index 1b8be80a8..8361d168c 100644 --- a/res/layout/apps_customize_pane.xml +++ b/res/layout/apps_customize_pane.xml @@ -23,6 +23,7 @@ diff --git a/res/layout/apps_customize_widget.xml b/res/layout/apps_customize_widget.xml index 38973b564..44f6ae1b7 100644 --- a/res/layout/apps_customize_widget.xml +++ b/res/layout/apps_customize_widget.xml @@ -28,58 +28,53 @@ android:background="@drawable/focusable_view_bg" android:focusable="true"> + + + + + + + + - - - - - - - - - -- cgit v1.2.3