mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Add widgets to android port.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29170 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9749d1b93
commit
c0c769c5a8
37 changed files with 771 additions and 5 deletions
8
android/res/xml/appwidget_provider_2x2.xml
Normal file
8
android/res/xml/appwidget_provider_2x2.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<!-- cell size is (number of cells * 74) - 2 dp according to http://developer.android.com/guide/topics/appwidgets/index.html#MetaData -->
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:minWidth="146dp"
|
||||
android:minHeight="146dp"
|
||||
android:updatePeriodMillis="86400000"
|
||||
android:initialLayout="@layout/appwidget_2x2"
|
||||
android:configure="org.rockbox.widgets.RockboxWidgetConfigure">
|
||||
</appwidget-provider>
|
||||
Loading…
Add table
Add a link
Reference in a new issue