Change project structures.

This commit is contained in:
Alex Ning
2019-09-29 21:18:45 +08:00
parent 3227e43fc4
commit 456429725b
136 changed files with 1292 additions and 744 deletions

View File

@@ -5,7 +5,7 @@
<Preference
app:icon="@drawable/ic_outline_notifications_24px"
app:title="@string/settings_notification_master_title"
app:fragment="Settings.NotificationPreferenceFragment" />
app:fragment="ml.docilealligator.infinityforreddit.Settings.NotificationPreferenceFragment" />
<ListPreference
app:defaultValue="2"
@@ -27,7 +27,7 @@
<Preference
app:title="@string/settings_font_size_title"
app:icon="@drawable/ic_font_size_24dp"
app:fragment="Settings.FontSizePreferenceFragment" />
app:fragment="ml.docilealligator.infinityforreddit.Settings.FontSizePreferenceFragment" />
<SwitchPreference
app:defaultValue="false"
@@ -47,6 +47,6 @@
<Preference
app:title="@string/settings_about_master_title"
app:fragment="Settings.AboutPreferenceFragment" />
app:fragment="ml.docilealligator.infinityforreddit.Settings.AboutPreferenceFragment" />
</androidx.preference.PreferenceScreen>