diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8f0cc738..5240fb73 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -92,5 +92,11 @@ Currently connected devices will likely not be discovered. Note: Device Image + About You + Name/Alias + Year of Birth + Gender + Height in cm + Weight in kg diff --git a/app/src/main/res/xml/miband_preferences.xml b/app/src/main/res/xml/miband_preferences.xml index 70c20af4..04fbd8ab 100644 --- a/app/src/main/res/xml/miband_preferences.xml +++ b/app/src/main/res/xml/miband_preferences.xml @@ -2,37 +2,37 @@ + android:title="@string/miband_prefs_about_you"> + android:title="@string/miband_prefs_alias" /> + android:title="@string/miband_prefs_year_birth" /> + android:title="@string/miband_prefs_gender" /> + android:title="@string/miband_prefs_height_cm" /> + android:title="@string/miband_prefs_weight_kg" />