|
|
@ -91,6 +91,7 @@ |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:layout_marginStart="16dp" |
|
|
|
android:layout_marginStart="16dp" |
|
|
|
android:hint="@string/hint_display_name" |
|
|
|
android:hint="@string/hint_display_name" |
|
|
|
|
|
|
|
android:importantForAutofill="no" |
|
|
|
android:maxLength="30" /> |
|
|
|
android:maxLength="30" /> |
|
|
|
|
|
|
|
|
|
|
|
</android.support.design.widget.TextInputLayout> |
|
|
|
</android.support.design.widget.TextInputLayout> |
|
|
@ -109,6 +110,7 @@ |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
android:layout_marginStart="16dp" |
|
|
|
android:layout_marginStart="16dp" |
|
|
|
android:hint="@string/hint_note" |
|
|
|
android:hint="@string/hint_note" |
|
|
|
|
|
|
|
android:importantForAutofill="no" |
|
|
|
android:maxLength="160" /> |
|
|
|
android:maxLength="160" /> |
|
|
|
|
|
|
|
|
|
|
|
</android.support.design.widget.TextInputLayout> |
|
|
|
</android.support.design.widget.TextInputLayout> |
|
|
|