From 2e7434df9c57276d9101e7297fe359e8499a8681 Mon Sep 17 00:00:00 2001 From: OliE Date: Wed, 1 Nov 2017 19:00:03 +0100 Subject: [PATCH] added preference categories. --- .../app/src/main/res/values-de/strings.xml | 11 ++++++++ .../app/src/main/res/values/strings.xml | 5 ++++ .../src/main/res/xml/graph_preferences.xml | 18 +++++++----- .../main/res/xml/measurement_preferences.xml | 28 +++++++++++-------- 4 files changed, 44 insertions(+), 18 deletions(-) diff --git a/android_app/app/src/main/res/values-de/strings.xml b/android_app/app/src/main/res/values-de/strings.xml index 4c2d4e59..c46a696b 100644 --- a/android_app/app/src/main/res/values-de/strings.xml +++ b/android_app/app/src/main/res/values-de/strings.xml @@ -135,4 +135,15 @@ Grundumsatz (BMR) Messe Gewicht: %.2f %1$.2f%2$s [%3$s] zu %4$s hinzugefügt + Maximale Anzahl gleichzeitiger Benutzer erreicht. + Bitte steigen Sie barfuß auf die Waage zur Referenzmessung + auto + Körpermetriken abschätzen + Anzeige + Messwertedatenbank + Verschiedenes + Körperfettschätzung + Körperfettformel + Körperwasserschätzung + Körperwasserformel \ No newline at end of file diff --git a/android_app/app/src/main/res/values/strings.xml b/android_app/app/src/main/res/values/strings.xml index 425027c0..be1460db 100644 --- a/android_app/app/src/main/res/values/strings.xml +++ b/android_app/app/src/main/res/values/strings.xml @@ -123,6 +123,11 @@ Estimate body fat Estimate body water + Display + Body metrics estimation + Measurement database + Miscellaneous + Body fat formula Body water formula auto diff --git a/android_app/app/src/main/res/xml/graph_preferences.xml b/android_app/app/src/main/res/xml/graph_preferences.xml index 4fa78e1a..327f2348 100644 --- a/android_app/app/src/main/res/xml/graph_preferences.xml +++ b/android_app/app/src/main/res/xml/graph_preferences.xml @@ -1,10 +1,14 @@ - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/android_app/app/src/main/res/xml/measurement_preferences.xml b/android_app/app/src/main/res/xml/measurement_preferences.xml index 6c873f85..492a3bfb 100644 --- a/android_app/app/src/main/res/xml/measurement_preferences.xml +++ b/android_app/app/src/main/res/xml/measurement_preferences.xml @@ -1,14 +1,20 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + \ No newline at end of file