From 9de22b37c9867a1c97913576dce08144ec23db01 Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Sun, 4 Nov 2012 17:16:17 +0100 Subject: [PATCH] Fix notification-area album cover We are now using a fixed size for the image - JellyBean needs a seperate layout file as the gap between the cover + text changed --- res/layout-v16/notification.xml | 88 +++++++++++++++++++++++++++++++++ res/layout/notification.xml | 8 ++- 2 files changed, 91 insertions(+), 5 deletions(-) create mode 100644 res/layout-v16/notification.xml diff --git a/res/layout-v16/notification.xml b/res/layout-v16/notification.xml new file mode 100644 index 00000000..72ca6773 --- /dev/null +++ b/res/layout-v16/notification.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + diff --git a/res/layout/notification.xml b/res/layout/notification.xml index 394e3233..bfc6e671 100644 --- a/res/layout/notification.xml +++ b/res/layout/notification.xml @@ -28,11 +28,9 @@ THE SOFTWARE.