From dbefa6f5eff88f97dd91a8adfd65dbd946adb99e Mon Sep 17 00:00:00 2001 From: Steve Howard Date: Thu, 16 Sep 2010 16:35:23 -0700 Subject: New assets for download manager UI. Includes new launcher icon and new icon/string for sorting by time. Change-Id: I5b87da9d5fa53184b1a3096f25e0d45678aa1700 --- ui/AndroidManifest.xml | 3 ++- ui/res/drawable-hdpi/ic_launcher_download.png | Bin 0 -> 3950 bytes ui/res/drawable-hdpi/ic_menu_desk_clock.png | Bin 0 -> 3320 bytes ui/res/drawable-mdpi/ic_launcher_download.png | Bin 0 -> 2339 bytes ui/res/drawable-mdpi/ic_menu_desk_clock.png | Bin 0 -> 2234 bytes ui/res/menu/download_menu.xml | 2 +- ui/res/values/strings.xml | 2 +- 7 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 ui/res/drawable-hdpi/ic_launcher_download.png create mode 100644 ui/res/drawable-hdpi/ic_menu_desk_clock.png create mode 100644 ui/res/drawable-mdpi/ic_launcher_download.png create mode 100644 ui/res/drawable-mdpi/ic_menu_desk_clock.png (limited to 'ui') diff --git a/ui/AndroidManifest.xml b/ui/AndroidManifest.xml index 31f1483f..21ef3169 100644 --- a/ui/AndroidManifest.xml +++ b/ui/AndroidManifest.xml @@ -7,7 +7,8 @@ + android:label="@string/app_label" + android:icon="@drawable/ic_launcher_download"> diff --git a/ui/res/drawable-hdpi/ic_launcher_download.png b/ui/res/drawable-hdpi/ic_launcher_download.png new file mode 100644 index 00000000..67dcf032 Binary files /dev/null and b/ui/res/drawable-hdpi/ic_launcher_download.png differ diff --git a/ui/res/drawable-hdpi/ic_menu_desk_clock.png b/ui/res/drawable-hdpi/ic_menu_desk_clock.png new file mode 100644 index 00000000..74a1a3cc Binary files /dev/null and b/ui/res/drawable-hdpi/ic_menu_desk_clock.png differ diff --git a/ui/res/drawable-mdpi/ic_launcher_download.png b/ui/res/drawable-mdpi/ic_launcher_download.png new file mode 100644 index 00000000..4397eff4 Binary files /dev/null and b/ui/res/drawable-mdpi/ic_launcher_download.png differ diff --git a/ui/res/drawable-mdpi/ic_menu_desk_clock.png b/ui/res/drawable-mdpi/ic_menu_desk_clock.png new file mode 100644 index 00000000..2d3281e5 Binary files /dev/null and b/ui/res/drawable-mdpi/ic_menu_desk_clock.png differ diff --git a/ui/res/menu/download_menu.xml b/ui/res/menu/download_menu.xml index f09f5c70..6dbcb6e7 100644 --- a/ui/res/menu/download_menu.xml +++ b/ui/res/menu/download_menu.xml @@ -20,5 +20,5 @@ android:icon="@android:drawable/ic_menu_sort_by_size" /> + android:icon="@drawable/ic_menu_desk_clock" /> diff --git a/ui/res/values/strings.xml b/ui/res/values/strings.xml index 8806f7e4..063ed04e 100644 --- a/ui/res/values/strings.xml +++ b/ui/res/values/strings.xml @@ -34,7 +34,7 @@ Sort by size - Sort by date + Sort by time -- cgit v1.2.3