mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Android: Add a 3x3 sized widget.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29409 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
194acc68a8
commit
f1e3f5e6c4
5 changed files with 89 additions and 0 deletions
8
android/res/xml/appwidget_provider_3x3.xml
Normal file
8
android/res/xml/appwidget_provider_3x3.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="220dp"
|
||||
android:minHeight="220dp"
|
||||
android:updatePeriodMillis="86400000"
|
||||
android:initialLayout="@layout/appwidget_3x3"
|
||||
android:configure="org.rockbox.widgets.RockboxWidgetConfigure">
|
||||
</appwidget-provider>
|
||||
Loading…
Add table
Add a link
Reference in a new issue