From 58526ebf87cdc1992235629430362640faac2203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Tue, 25 Jul 2023 12:29:52 +0100 Subject: [PATCH] Remove reserved space for icons from charts and about user preferences --- app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/about_user.xml | 35 +++++++++++++++---- app/src/main/res/xml/charts_preferences.xml | 37 +++++++++++++++------ 3 files changed, 56 insertions(+), 17 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3284b3a02..569497aea 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1007,6 +1007,7 @@ About to transfer data since %1$s Waiting for reconnect About you + Goals Year of birth Gender Height in cm diff --git a/app/src/main/res/xml/about_user.xml b/app/src/main/res/xml/about_user.xml index b20bedae6..f3b292cd5 100644 --- a/app/src/main/res/xml/about_user.xml +++ b/app/src/main/res/xml/about_user.xml @@ -2,10 +2,12 @@ + + + + + + - - + android:title="@string/activity_prefs_charts" + app:iconSpaceReserved="false"> + android:title="@string/pref_title_chart_heartrate_color" + app:iconSpaceReserved="false" /> + android:title="@string/pref_title_charts_swipe" + app:iconSpaceReserved="false" /> + android:title="@string/pref_title_chart_sleep_rolling_24_hour" + app:iconSpaceReserved="false" /> + android:title="@string/pref_title_charts_average" + app:iconSpaceReserved="false" /> + android:title="@string/pref_title_charts_range" + app:iconSpaceReserved="false" /> + android:title="@string/show_ongoing_activity" + app:iconSpaceReserved="false" /> + android:title="@string/charts_activity_list" + app:iconSpaceReserved="false"> + android:title="@string/activity_prefs_about_you" + app:iconSpaceReserved="false"> + android:title="@string/activity_prefs_about_you" + app:iconSpaceReserved="false" />