mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-21 23:53:55 +00:00
chore: code refactor
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Define your preferences here. For example: -->
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="some_key"
|
||||
android:title="Some Title"
|
||||
android:defaultValue="true" />
|
||||
android:title="Some Title" />
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -11,5 +11,4 @@
|
||||
android:targetCellWidth="1"
|
||||
android:targetCellHeight="1"
|
||||
android:updatePeriodMillis="86400000"
|
||||
android:widgetCategory="home_screen">
|
||||
</appwidget-provider>
|
||||
android:widgetCategory="home_screen"></appwidget-provider>
|
||||
Reference in New Issue
Block a user