diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/appwidget4x4.xml | 4 | ||||
-rw-r--r-- | res/xml/settings.xml | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/res/xml/appwidget4x4.xml b/res/xml/appwidget4x4.xml index 40956dcf..ca2d1012 100644 --- a/res/xml/appwidget4x4.xml +++ b/res/xml/appwidget4x4.xml @@ -4,4 +4,6 @@ android:minHeight="250dp" android:updatePeriodMillis="0" android:resizeMode="horizontal|vertical" - android:initialLayout="@layout/appwidget4x4"/>
\ No newline at end of file + android:initialLayout="@layout/appwidget4x4" + android:initialKeyguardLayout="@layout/appwidget4x4" + android:widgetCategory="keyguard|home_screen"/>
\ No newline at end of file diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 6f7527ab..777509de 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -43,6 +43,12 @@ android:key="hideWidget" android:defaultValue="false"/> + <CheckBoxPreference + android:title="@string/settings.custom_sort" + android:summary="@string/settings.custom_sort_summary" + android:key="customSortEnabled" + android:defaultValue="true"/> + </PreferenceCategory> <PreferenceCategory |