|
|
@ -133,7 +133,7 @@
|
|
|
|
<EditText
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/questionInput"
|
|
|
|
android:id="@+id/questionInput"
|
|
|
|
style="@style/FormInput"
|
|
|
|
style="@style/FormInput"
|
|
|
|
android:inputType="textCapSentences"
|
|
|
|
android:inputType="textCapSentences|textMultiLine"
|
|
|
|
android:hint="@string/example_question_boolean"
|
|
|
|
android:hint="@string/example_question_boolean"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
@ -210,6 +210,7 @@
|
|
|
|
<EditText
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/notesInput"
|
|
|
|
android:id="@+id/notesInput"
|
|
|
|
style="@style/FormInput"
|
|
|
|
style="@style/FormInput"
|
|
|
|
|
|
|
|
android:inputType="textCapSentences|textMultiLine"
|
|
|
|
android:hint="@string/example_notes" />
|
|
|
|
android:hint="@string/example_notes" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|