From 8df9bb6235a661911ecd8e93077bb2da3f76c8dd Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Wed, 13 Apr 2022 11:37:11 +0530 Subject: [PATCH] AccountManager: Remove additional settings as its move inside advanced settings --- app/src/main/res/values/strings.xml | 4 ++-- app/src/main/res/xml/sync_prefs.xml | 14 +------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1c3951fcd..9261bbd7a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -352,7 +352,7 @@ WARNING /e/ will report a fake device model to Google to protect your privacy.\nYou can check which one on Google\'s Device Activity after you log in. - My Profile - Shows Data about account + My Account + /e/ Account overview You can configure only one ecloud account on your device diff --git a/app/src/main/res/xml/sync_prefs.xml b/app/src/main/res/xml/sync_prefs.xml index ac6691015..159726f55 100644 --- a/app/src/main/res/xml/sync_prefs.xml +++ b/app/src/main/res/xml/sync_prefs.xml @@ -16,24 +16,12 @@ android:summary="@string/advanced_account_summary" android:title="@string/advanced_account_title" android:order="300" - settings:allowDividerAbove="false"> + settings:allowDividerBelow="false"> - - - - -- GitLab