mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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
|
|
@ -15,6 +15,10 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:text="@string/appwidget_configure_instructions"/>
|
||||
|
||||
<CheckBox android:id="@+id/enable_aa"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/appwidget_configure_albumart"/>
|
||||
<CheckBox android:id="@+id/enable_prev"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue