From 82cc01b8757663f29ead64b664ac3421ee29cf10 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 26 Aug 2014 22:14:41 -0700 Subject: #377 Add display portion of the logic to display a counter of how many new albums --- res/drawable-hdpi/ic_number_border.png | Bin 0 -> 2058 bytes res/drawable-mdpi/ic_number_border.png | Bin 0 -> 1206 bytes res/drawable-xhdpi/ic_number_border.png | Bin 0 -> 2798 bytes res/drawable-xxhdpi/ic_number_border.png | Bin 0 -> 5066 bytes res/layout/main_buttons.xml | 32 ++++++++++++++++++++++++++++--- 5 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 res/drawable-hdpi/ic_number_border.png create mode 100644 res/drawable-mdpi/ic_number_border.png create mode 100644 res/drawable-xhdpi/ic_number_border.png create mode 100644 res/drawable-xxhdpi/ic_number_border.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_number_border.png b/res/drawable-hdpi/ic_number_border.png new file mode 100644 index 00000000..d05aa7c2 Binary files /dev/null and b/res/drawable-hdpi/ic_number_border.png differ diff --git a/res/drawable-mdpi/ic_number_border.png b/res/drawable-mdpi/ic_number_border.png new file mode 100644 index 00000000..212fabce Binary files /dev/null and b/res/drawable-mdpi/ic_number_border.png differ diff --git a/res/drawable-xhdpi/ic_number_border.png b/res/drawable-xhdpi/ic_number_border.png new file mode 100644 index 00000000..1b370fbd Binary files /dev/null and b/res/drawable-xhdpi/ic_number_border.png differ diff --git a/res/drawable-xxhdpi/ic_number_border.png b/res/drawable-xxhdpi/ic_number_border.png new file mode 100644 index 00000000..caf4ca23 Binary files /dev/null and b/res/drawable-xxhdpi/ic_number_border.png differ diff --git a/res/layout/main_buttons.xml b/res/layout/main_buttons.xml index d83632c1..3c190cca 100644 --- a/res/layout/main_buttons.xml +++ b/res/layout/main_buttons.xml @@ -60,10 +60,36 @@ android:text="@string/main.albums_title" style="@style/MainAlbumButtonLabel"/> - + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:minHeight="46dip"> + + + + + +