chore: code refactor

This commit is contained in:
rebelonion
2024-02-06 02:16:10 -06:00
parent 8d7b86a667
commit a2e44da99d
334 changed files with 3550 additions and 3092 deletions

View File

@@ -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>

View File

@@ -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>