forked from len0rd/rockbox
Android: Show cover art in the widget (including option to hide it).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29437 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
952d82b7bd
commit
883ff8507e
9 changed files with 49 additions and 9 deletions
|
|
@ -8,10 +8,12 @@
|
|||
android:background="@drawable/appwidget_background">
|
||||
<!-- style="@style/appwidget_background"-->
|
||||
|
||||
<ImageView android:id="@+id/logo"
|
||||
<ImageButton android:id="@+id/logo"
|
||||
android:layout_marginTop="15dp"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="40dp"
|
||||
android:layout_height="130dp"
|
||||
android:scaleType="centerInside"
|
||||
android:background="@drawable/appwidget_infodisplay_background"
|
||||
android:src="@drawable/rockbox" />
|
||||
<Button android:id="@+id/infoDisplay"
|
||||
style="@style/appwidget_infodisplay"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue