From 0a4327e6bfeedc23ddefb4df9f6e8041ebc87b59 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 10 Jun 2014 15:09:46 -0700 Subject: Update empty list assets and text. - Add new assets for empty lists, delete old no favorites banner. - Adapt phone_no_favorites.xml into generic container shown when a list is empty. - Add helper to DialerUtils to configure empty list view with a provided image and message. - Configure empty list view in relevant fragments. - Some text styling/margin/padding to get things to spec. A minimum height is used on the message so that the icons and text will be laid out in a consistent manner. Bug: 15513399 Change-Id: I52337a4544065a991d3b8084d96b01516a458c42 --- res/drawable-hdpi/empty_call_log.png | Bin 0 -> 3538 bytes res/drawable-hdpi/empty_contacts.png | Bin 0 -> 2461 bytes res/drawable-hdpi/empty_speed_dial.png | Bin 0 -> 6041 bytes res/drawable-hdpi/no_favorites_banner.png | Bin 7788 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-hdpi/empty_call_log.png create mode 100644 res/drawable-hdpi/empty_contacts.png create mode 100644 res/drawable-hdpi/empty_speed_dial.png delete mode 100644 res/drawable-hdpi/no_favorites_banner.png (limited to 'res/drawable-hdpi') diff --git a/res/drawable-hdpi/empty_call_log.png b/res/drawable-hdpi/empty_call_log.png new file mode 100644 index 000000000..d6f6daaab Binary files /dev/null and b/res/drawable-hdpi/empty_call_log.png differ diff --git a/res/drawable-hdpi/empty_contacts.png b/res/drawable-hdpi/empty_contacts.png new file mode 100644 index 000000000..d3c0378f5 Binary files /dev/null and b/res/drawable-hdpi/empty_contacts.png differ diff --git a/res/drawable-hdpi/empty_speed_dial.png b/res/drawable-hdpi/empty_speed_dial.png new file mode 100644 index 000000000..3e9232fc9 Binary files /dev/null and b/res/drawable-hdpi/empty_speed_dial.png differ diff --git a/res/drawable-hdpi/no_favorites_banner.png b/res/drawable-hdpi/no_favorites_banner.png deleted file mode 100644 index a4b09c0a9..000000000 Binary files a/res/drawable-hdpi/no_favorites_banner.png and /dev/null differ -- cgit v1.2.3