Make touchscreen handling work with skinned lists.
[maemo-rb.git] / android / res / xml / appwidget_provider_3x3.xml
blob50ad42930f58b2c3111d0fe41ce8f208a71b7e21
1 <!-- cell size is (number of cells * 74) - 2 dp according to http://developer.android.com/guide/topics/appwidgets/index.html#MetaData -->
2 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
3   android:minWidth="220dp"
4   android:minHeight="220dp"
5   android:updatePeriodMillis="86400000"
6   android:initialLayout="@layout/appwidget_3x3"
7   android:configure="org.rockbox.widgets.RockboxWidgetConfigure">
8 </appwidget-provider>