|
|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:id="@+id/md_input"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
@ -14,6 +15,8 @@
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:lines="1"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:hint="Dein Name" />
|
|
|
|
|
android:inputType="textCapWords|textPersonName"
|
|
|
|
|
android:hint="Dein Name"
|
|
|
|
|
tools:ignore="HardcodedText" />
|
|
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
|
|
|
|