Android: Rework notification and change icon sizes to better meet the systems' standard.
commitddf83fd2943aca5d333e637a9fa232b7876f953d
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Fri, 10 Dec 2010 18:41:09 +0000 (10 18:41 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Fri, 10 Dec 2010 18:41:09 +0000 (10 18:41 +0000)
tree5051cd45d29cc61858f6457e104d8b96bff58871
parent57fe41637217fa25e6becc05b89de710108feebc
Android: Rework notification and change icon sizes to better meet the systems' standard.

The notification now announces the new track on track change, and the the area in the scrolled down notification area shows track infos (title, artist, album).

Someone should check if it looks good on hdpi and ldpi screens as I can't verify it right now (emulator crashes).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28785 a1c6a512-1295-4272-9138-f99709370657
17 files changed:
android/installApk.sh
android/res/drawable-hdpi/notification.png [new file with mode: 0644]
android/res/drawable-hdpi/notification_small.png [new file with mode: 0644]
android/res/drawable-ldpi/notification.png [new file with mode: 0644]
android/res/drawable-ldpi/notification_small.png [new file with mode: 0644]
android/res/drawable-mdpi/launcher.png
android/res/drawable-mdpi/notification.png [new file with mode: 0644]
android/res/drawable-mdpi/notification_small.png [new file with mode: 0644]
android/res/layout/statusbar.xml [new file with mode: 0644]
android/src/org/rockbox/Helper/RunForegroundManager.java
android/src/org/rockbox/RockboxService.java
apps/SOURCES
apps/apps.make
apps/gui/wps.c
apps/hosted/notification.c [new file with mode: 0644]
apps/hosted/notification.h [new file with mode: 0644]
apps/main.c