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-xhdpi/empty_call_log.png | Bin 0 -> 4860 bytes res/drawable-xhdpi/empty_contacts.png | Bin 0 -> 3352 bytes res/drawable-xhdpi/empty_speed_dial.png | Bin 0 -> 8689 bytes res/drawable-xhdpi/no_favorites_banner.png | Bin 11886 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-xhdpi/empty_call_log.png create mode 100644 res/drawable-xhdpi/empty_contacts.png create mode 100644 res/drawable-xhdpi/empty_speed_dial.png delete mode 100644 res/drawable-xhdpi/no_favorites_banner.png (limited to 'res/drawable-xhdpi') diff --git a/res/drawable-xhdpi/empty_call_log.png b/res/drawable-xhdpi/empty_call_log.png new file mode 100644 index 000000000..14ec04ba1 Binary files /dev/null and b/res/drawable-xhdpi/empty_call_log.png differ diff --git a/res/drawable-xhdpi/empty_contacts.png b/res/drawable-xhdpi/empty_contacts.png new file mode 100644 index 000000000..65b1de333 Binary files /dev/null and b/res/drawable-xhdpi/empty_contacts.png differ diff --git a/res/drawable-xhdpi/empty_speed_dial.png b/res/drawable-xhdpi/empty_speed_dial.png new file mode 100644 index 000000000..a3a76751b Binary files /dev/null and b/res/drawable-xhdpi/empty_speed_dial.png differ diff --git a/res/drawable-xhdpi/no_favorites_banner.png b/res/drawable-xhdpi/no_favorites_banner.png deleted file mode 100644 index bae4e99b8..000000000 Binary files a/res/drawable-xhdpi/no_favorites_banner.png and /dev/null differ -- cgit v1.2.3