update wallpaper ui, update color picker ui, update intents and add custom logger for the widget
This commit is contained in:
4
app/src/main/res/xml/my_backup_rules.xml
Normal file
4
app/src/main/res/xml/my_backup_rules.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content>
|
||||
<include domain="sharedpref" path="."/>
|
||||
</full-backup-content>
|
@ -4,10 +4,10 @@
|
||||
android:initialKeyguardLayout="@layout/the_widget"
|
||||
android:initialLayout="@layout/the_widget"
|
||||
android:minHeight="50dp"
|
||||
android:minWidth="300dp"
|
||||
android:minWidth="250dp"
|
||||
android:configure="com.tommasoberlose.anotherwidget.ui.activities.MainActivity"
|
||||
android:minResizeHeight="50dp"
|
||||
android:minResizeWidth="300dp"
|
||||
android:minResizeWidth="250dp"
|
||||
android:previewImage="@drawable/widget_preview"
|
||||
android:resizeMode="vertical|horizontal"
|
||||
android:updatePeriodMillis="86400000"
|
||||
|
Reference in New Issue
Block a user