Restructure settings

This commit is contained in:
MM20
2023-04-13 00:53:19 +02:00
parent 971b015d9a
commit dfe1c83c80
42 changed files with 1550 additions and 1484 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<application>
<activity
android:name="de.mm20.launcher2.nextcloud.LoginActivity"
android:label="@string/preference_category_services_nextcloud"
android:label="@string/preference_nextcloud"
android:taskAffinity="de.mm20.launcher2.nextcloud"
android:theme="@style/NextcloudLoginTheme" />
</application>
+1 -1
View File
@@ -3,7 +3,7 @@
<application>
<activity
android:name=".LoginActivity"
android:label="@string/preference_category_services_nextcloud"
android:label="@string/preference_nextcloud"
android:taskAffinity="de.mm20.launcher2.nextcloud"
android:parentActivityName="de.mm20.launcher2.ui.settings.SettingsActivity"
android:theme="@style/OwncloudLoginTheme" >