From 8b3bb358e827f6fba3131e0c5209bed28e576200 Mon Sep 17 00:00:00 2001 From: oxidiert Date: Mon, 13 Oct 2025 19:33:44 +0200 Subject: [PATCH] changed .xml files, now all text visible --- .../res/layout/client_coach_code_question.xml | 74 ++++++++++--------- app/src/main/res/layout/date_spinner.xml | 36 ++++----- .../main/res/layout/glass_scale_question.xml | 42 +++++------ .../res/layout/multi_check_box_question.xml | 73 +++++++++--------- app/src/main/res/layout/radio_question.xml | 71 +++++++++--------- app/src/main/res/layout/string_spinner.xml | 33 +++++---- app/src/main/res/layout/value_spinner.xml | 36 +++++---- 7 files changed, 187 insertions(+), 178 deletions(-) diff --git a/app/src/main/res/layout/client_coach_code_question.xml b/app/src/main/res/layout/client_coach_code_question.xml index 311f80d..068c198 100644 --- a/app/src/main/res/layout/client_coach_code_question.xml +++ b/app/src/main/res/layout/client_coach_code_question.xml @@ -5,9 +5,14 @@ android:id="@+id/main" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".MainActivity" - tools:layout_editor_absoluteX="11dp" - tools:layout_editor_absoluteY="107dp"> + tools:context=".MainActivity"> + + - + + + + - - - - - - \ No newline at end of file + diff --git a/app/src/main/res/layout/date_spinner.xml b/app/src/main/res/layout/date_spinner.xml index e7d37c9..6917f1e 100644 --- a/app/src/main/res/layout/date_spinner.xml +++ b/app/src/main/res/layout/date_spinner.xml @@ -1,39 +1,42 @@ - + + - - - + + - - - - - + tools:context=".MainActivity"> + + - - + + + + - - - diff --git a/app/src/main/res/layout/radio_question.xml b/app/src/main/res/layout/radio_question.xml index a7a728f..99e13ba 100644 --- a/app/src/main/res/layout/radio_question.xml +++ b/app/src/main/res/layout/radio_question.xml @@ -5,11 +5,15 @@ android:id="@+id/main" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".MainActivity" - tools:layout_editor_absoluteX="11dp" - tools:layout_editor_absoluteY="107dp"> + tools:context=".MainActivity"> + + - - + + - - - - - - diff --git a/app/src/main/res/layout/string_spinner.xml b/app/src/main/res/layout/string_spinner.xml index 489006d..30725f8 100644 --- a/app/src/main/res/layout/string_spinner.xml +++ b/app/src/main/res/layout/string_spinner.xml @@ -5,6 +5,13 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + + - diff --git a/app/src/main/res/layout/value_spinner.xml b/app/src/main/res/layout/value_spinner.xml index 4f07dc0..e10381e 100644 --- a/app/src/main/res/layout/value_spinner.xml +++ b/app/src/main/res/layout/value_spinner.xml @@ -5,6 +5,13 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + + @@ -35,7 +42,6 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" /> - -