mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Merge branch 'style/newlines' into dev
This commit is contained in:
@@ -94,8 +94,9 @@
|
|||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/nameInput"
|
android:id="@+id/nameInput"
|
||||||
style="@style/FormInput"
|
style="@style/FormInput"
|
||||||
android:maxLines="1"
|
android:maxLines="2"
|
||||||
android:inputType="textCapSentences"
|
android:maxLength="50"
|
||||||
|
android:inputType="textCapSentences|textMultiLine"
|
||||||
android:hint="@string/yes_or_no_short_example"
|
android:hint="@string/yes_or_no_short_example"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user