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 5fe0e708..046fecc7 100644 --- a/android_app/app/src/main/res/xml/graph_preferences.xml +++ b/android_app/app/src/main/res/xml/graph_preferences.xml @@ -2,4 +2,5 @@ + \ No newline at end of file diff --git a/android_app/app/src/main/res/xml/header_preferences.xml b/android_app/app/src/main/res/xml/header_preferences.xml index 9a8258ef..318a5108 100644 --- a/android_app/app/src/main/res/xml/header_preferences.xml +++ b/android_app/app/src/main/res/xml/header_preferences.xml @@ -2,17 +2,22 @@
+ android:title="@string/title_users" + android:icon="@drawable/preferences_users"/>
+ android:title="@string/label_bluetooth_title" + android:icon="@drawable/preferences_bluetooth"/>
+ android:title="@string/title_measurements" + android:icon="@drawable/preferences_measurement"/>
+ android:title="@string/title_graph" + android:icon="@drawable/preferences_graph"/>
+ android:title="@string/label_reminder" + android:icon="@drawable/preferences_reminder"/> \ 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 3df4138d..08ab0487 100644 --- a/android_app/app/src/main/res/xml/measurement_preferences.xml +++ b/android_app/app/src/main/res/xml/measurement_preferences.xml @@ -5,5 +5,4 @@ - \ No newline at end of file