From cc342519488d50d2f59f514940de6cf02bd53ab2 Mon Sep 17 00:00:00 2001 From: Raj Yengisetty Date: Wed, 14 Jan 2015 16:24:59 +0800 Subject: Adding manage apps shortcut to Settings panel Change-Id: I02b454072258d57e82c825417941382ea7807e83 --- res/drawable-hdpi/ic_apps.png | Bin 0 -> 587 bytes res/drawable-hdpi/ic_apps_pressed.png | Bin 0 -> 589 bytes res/drawable-mdpi/ic_apps.png | Bin 0 -> 380 bytes res/drawable-mdpi/ic_apps_pressed.png | Bin 0 -> 406 bytes res/drawable-xhdpi/ic_apps.png | Bin 0 -> 664 bytes res/drawable-xhdpi/ic_apps_pressed.png | Bin 0 -> 652 bytes res/drawable-xxhdpi/ic_apps.png | Bin 0 -> 1180 bytes res/drawable-xxhdpi/ic_apps_pressed.png | Bin 0 -> 1152 bytes res/drawable/manage_apps_button.xml | 21 +++++++++++++++++++++ res/layout/settings_pane.xml | 15 +++++++++++++++ res/values/strings.xml | 6 ++++-- 11 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 res/drawable-hdpi/ic_apps.png create mode 100644 res/drawable-hdpi/ic_apps_pressed.png create mode 100644 res/drawable-mdpi/ic_apps.png create mode 100644 res/drawable-mdpi/ic_apps_pressed.png create mode 100644 res/drawable-xhdpi/ic_apps.png create mode 100644 res/drawable-xhdpi/ic_apps_pressed.png create mode 100644 res/drawable-xxhdpi/ic_apps.png create mode 100644 res/drawable-xxhdpi/ic_apps_pressed.png create mode 100644 res/drawable/manage_apps_button.xml (limited to 'res') diff --git a/res/drawable-hdpi/ic_apps.png b/res/drawable-hdpi/ic_apps.png new file mode 100644 index 000000000..1f5bc89f6 Binary files /dev/null and b/res/drawable-hdpi/ic_apps.png differ diff --git a/res/drawable-hdpi/ic_apps_pressed.png b/res/drawable-hdpi/ic_apps_pressed.png new file mode 100644 index 000000000..e1edaab74 Binary files /dev/null and b/res/drawable-hdpi/ic_apps_pressed.png differ diff --git a/res/drawable-mdpi/ic_apps.png b/res/drawable-mdpi/ic_apps.png new file mode 100644 index 000000000..5df898406 Binary files /dev/null and b/res/drawable-mdpi/ic_apps.png differ diff --git a/res/drawable-mdpi/ic_apps_pressed.png b/res/drawable-mdpi/ic_apps_pressed.png new file mode 100644 index 000000000..30b569b28 Binary files /dev/null and b/res/drawable-mdpi/ic_apps_pressed.png differ diff --git a/res/drawable-xhdpi/ic_apps.png b/res/drawable-xhdpi/ic_apps.png new file mode 100644 index 000000000..350148665 Binary files /dev/null and b/res/drawable-xhdpi/ic_apps.png differ diff --git a/res/drawable-xhdpi/ic_apps_pressed.png b/res/drawable-xhdpi/ic_apps_pressed.png new file mode 100644 index 000000000..ef48829fa Binary files /dev/null and b/res/drawable-xhdpi/ic_apps_pressed.png differ diff --git a/res/drawable-xxhdpi/ic_apps.png b/res/drawable-xxhdpi/ic_apps.png new file mode 100644 index 000000000..9860a441f Binary files /dev/null and b/res/drawable-xxhdpi/ic_apps.png differ diff --git a/res/drawable-xxhdpi/ic_apps_pressed.png b/res/drawable-xxhdpi/ic_apps_pressed.png new file mode 100644 index 000000000..a2354aa4d Binary files /dev/null and b/res/drawable-xxhdpi/ic_apps_pressed.png differ diff --git a/res/drawable/manage_apps_button.xml b/res/drawable/manage_apps_button.xml new file mode 100644 index 000000000..24d841e60 --- /dev/null +++ b/res/drawable/manage_apps_button.xml @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/res/layout/settings_pane.xml b/res/layout/settings_pane.xml index ed1cc8f15..77c8d4d8a 100755 --- a/res/layout/settings_pane.xml +++ b/res/layout/settings_pane.xml @@ -94,6 +94,21 @@ android:textColor="@android:color/white" android:maxLines="2" /> + + Touch & hold to pick up a widget. - Shop @@ -188,7 +188,7 @@ s --> shortcuts in Home. - + Problem loading widget @@ -283,6 +283,8 @@ s --> Wallpapers Settings + + Apps Waiting -- cgit v1.2.3