From ff1ba4a9202cc222b5332f29693110ab89c41af0 Mon Sep 17 00:00:00 2001 From: althafvly Date: Wed, 11 Jan 2023 11:09:17 +0530 Subject: [PATCH] Settings: top_level_settings: Move accounts entry to top - Use title string Accounts_settings_title instead of account_dashboard_title --- AndroidManifest.xml | 2 +- res/xml/accounts_dashboard_settings.xml | 2 +- .../accounts_dashboard_settings_header.xml | 2 +- .../accounts_personal_dashboard_settings.xml | 2 +- res/xml/accounts_work_dashboard_settings.xml | 2 +- res/xml/top_level_settings.xml | 22 +++++++++---------- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9fed8e98df8..b00887dd4d5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3769,7 +3769,7 @@ diff --git a/res/xml/accounts_dashboard_settings.xml b/res/xml/accounts_dashboard_settings.xml index c8627e7e9e7..6d9364a67f5 100644 --- a/res/xml/accounts_dashboard_settings.xml +++ b/res/xml/accounts_dashboard_settings.xml @@ -18,7 +18,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:settings="http://schemas.android.com/apk/res-auto" android:key="user_and_account_settings_screen" - android:title="@string/account_dashboard_title" + android:title="@string/Accounts_settings_title" settings:keywords="@string/keywords_accounts"> diff --git a/res/xml/accounts_personal_dashboard_settings.xml b/res/xml/accounts_personal_dashboard_settings.xml index e0ba71bbef3..29b92b818aa 100644 --- a/res/xml/accounts_personal_dashboard_settings.xml +++ b/res/xml/accounts_personal_dashboard_settings.xml @@ -19,7 +19,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:settings="http://schemas.android.com/apk/res-auto" android:key="user_and_account_settings_screen" - android:title="@string/account_dashboard_title" + android:title="@string/Accounts_settings_title" settings:keywords="@string/keywords_accounts"> + + - -