rockbox/android/res/layout
Dominik Riebeling ed15d53919 Android: show Album Art in notification area.
Instead of showing the small Rockbox clef logo show the Album Art if available.
If no Album Art is available show the clef logo about the same size as the
Album Art.

- The notification area process doesn't have permissions to access the SD card.
  Therefore the image needs to be read and set as Bitmap instead of simply
  setting the Uri to it as done in the widget.
- Passing a full sized image to the Notification Manager can cause issues
  (Rockbox UI hanging, notification not updating anymore, force closes). Scale
  down the image to the same size the launcher icon has to avoid this. This
  also makes the logo shown when no Album Art is available have the same size
  which looks nicer than having different sizes. Album Art images are allowed
  to be wider since there is enough room.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30629 a1c6a512-1295-4272-9138-f99709370657
2011-10-01 20:07:57 +00:00
..
appwidget_2x2.xml Android: Show cover art in the widget (including option to hide it). 2011-02-27 20:47:44 +00:00
appwidget_3x3.xml Android: Add a nowplaying bar to the 3x3 widget 2011-03-05 22:14:19 +00:00
appwidget_4x1.xml Android: Show cover art in the widget (including option to hide it). 2011-02-27 20:47:44 +00:00
appwidget_configure.xml Add a scrollbar to the android widget's configuration activity. 2011-03-09 17:24:08 +00:00
keyboardinput.xml A bit of indentation/whitespace changes in the xml files. 2010-11-05 23:31:27 +00:00
main.xml A bit of indentation/whitespace changes in the xml files. 2010-11-05 23:31:27 +00:00
statusbar.xml Android: show Album Art in notification area. 2011-10-01 20:07:57 +00:00