diff --git a/app/src/main/res/layout/activity_second_page.xml b/app/src/main/res/layout/activity_second_page.xml index 2987a47e4dd8eb34bf873130ef3e84c10a423d7d..ba7158b85a63ce9c4b85906c53948595f4fc7508 100644 --- a/app/src/main/res/layout/activity_second_page.xml +++ b/app/src/main/res/layout/activity_second_page.xml @@ -110,7 +110,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/timesWakingUp" android:textSize="12sp" app:layout_constraintEnd_toEndOf="parent" diff --git a/app/src/main/res/layout/activity_second_page_four.xml b/app/src/main/res/layout/activity_second_page_four.xml index 39fb2afa24dc435e2ee37d3eb26c5221dab68ea0..474502639038aa5854272c268f79532f433f7bd3 100644 --- a/app/src/main/res/layout/activity_second_page_four.xml +++ b/app/src/main/res/layout/activity_second_page_four.xml @@ -153,7 +153,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/concentrateUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -178,7 +178,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="" + android:inputType="textMultiLine" android:text="@string/coordinateUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -203,7 +203,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/apetiteUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" diff --git a/app/src/main/res/layout/activity_second_page_three.xml b/app/src/main/res/layout/activity_second_page_three.xml index 920cdd0d0d87cb79b85de2d799da27a663255d83..6c31df16e02d78a60a1578957fbd129f53caf6bc 100644 --- a/app/src/main/res/layout/activity_second_page_three.xml +++ b/app/src/main/res/layout/activity_second_page_three.xml @@ -132,7 +132,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/sadUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -156,7 +156,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/sleepyUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -181,7 +181,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/tiredUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -206,7 +206,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/stressUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -231,7 +231,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/irritableUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" diff --git a/app/src/main/res/layout/activity_second_page_two.xml b/app/src/main/res/layout/activity_second_page_two.xml index 79163976fca813104701c4866ba22d033023785b..c03b6d160a1b924d381006afe4518dab6c39ce21 100644 --- a/app/src/main/res/layout/activity_second_page_two.xml +++ b/app/src/main/res/layout/activity_second_page_two.xml @@ -133,7 +133,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/fallAsleepUsually" android:textSize="12sp" app:layout_constraintEnd_toEndOf="parent" @@ -155,7 +155,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/wakeUpUsually" android:textSize="12sp" app:layout_constraintEnd_toEndOf="parent" @@ -177,7 +177,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/freshUsually" android:textSize="12sp" app:layout_constraintEnd_toEndOf="parent" diff --git a/app/src/main/res/layout/questionnaire.xml b/app/src/main/res/layout/questionnaire.xml index 2ae9f0dca84060f942af211ef5a115206ef4db85..f8387c0a6f6eecfdccf6af02bf0d03bd07b97f55 100644 --- a/app/src/main/res/layout/questionnaire.xml +++ b/app/src/main/res/layout/questionnaire.xml @@ -155,7 +155,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offtimesWakingUp" android:textSize="12sp" app:layout_constraintEnd_toEndOf="parent" diff --git a/app/src/main/res/layout/questionnaire_four.xml b/app/src/main/res/layout/questionnaire_four.xml index 04218024d3d6eed72ad7d52783b2dd554c9e9c3a..60d7a8d58126f7fd6e2294a5659a5c572f8bf0f1 100644 --- a/app/src/main/res/layout/questionnaire_four.xml +++ b/app/src/main/res/layout/questionnaire_four.xml @@ -154,7 +154,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offconcentrateUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -179,7 +179,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="" + android:inputType="textMultiLine" android:text="@string/offcoordinateUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -204,7 +204,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offapetiteUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" diff --git a/app/src/main/res/layout/questionnaire_three.xml b/app/src/main/res/layout/questionnaire_three.xml index 000f1fd46e04ec334b47a7e50185b348237b6e89..d768ea776ad4627bbecc49ca17fffc9d1bb7a01c 100644 --- a/app/src/main/res/layout/questionnaire_three.xml +++ b/app/src/main/res/layout/questionnaire_three.xml @@ -134,7 +134,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offsadUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -158,7 +158,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offsleepyUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -183,7 +183,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offtiredUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -208,7 +208,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offstressUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" @@ -233,7 +233,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offirritableUsually" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" diff --git a/app/src/main/res/layout/questionnaire_two.xml b/app/src/main/res/layout/questionnaire_two.xml index cce3fc82f8f9f894441220e6570b5095d4322ecb..1ff048889c32fbf8d04a0e82cd5c37e211464d76 100644 --- a/app/src/main/res/layout/questionnaire_two.xml +++ b/app/src/main/res/layout/questionnaire_two.xml @@ -134,7 +134,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offfallAsleepUsually" android:textSize="12sp" app:layout_constraintEnd_toEndOf="parent" @@ -156,7 +156,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offwakeUpUsually" android:textSize="12sp" app:layout_constraintEnd_toEndOf="parent" @@ -178,7 +178,7 @@ android:focusable="false" android:focusableInTouchMode="false" android:hint="@string/some_explanation_about_the_input" - android:inputType="textPersonName" + android:inputType="textMultiLine" android:text="@string/offfreshUsually" android:textSize="12sp" app:layout_constraintEnd_toEndOf="parent"