fixed textfields

This commit is contained in:
2021-03-11 12:37:14 +01:00
parent a1287ed244
commit a3243d4243
3 changed files with 26 additions and 33 deletions
+5 -5
View File
@@ -20,7 +20,7 @@
<de.joel.zoomhelper.InstantAutoComplete
android:id="@+id/TextMeetingName"
android:layout_width="215dp"
android:layout_height="39dp"
android:layout_height="wrap_content"
android:layout_above="@+id/textName"
android:inputType="text" />
@@ -107,7 +107,7 @@
<EditText
android:id="@+id/textBoxID"
android:layout_width="215dp"
android:layout_height="39dp"
android:layout_height="wrap_content"
android:layout_above="@+id/textPW"
android:focusable="true"
android:focusableInTouchMode="true"
@@ -134,7 +134,7 @@
<EditText
android:id="@+id/editTextTextPassword2"
android:layout_width="215dp"
android:layout_height="39dp"
android:layout_height="wrap_content"
android:inputType="textPassword" />
</com.google.android.material.textfield.TextInputLayout>
@@ -151,7 +151,7 @@
<de.joel.zoomhelper.InstantAutoComplete
android:id="@+id/textBoxName"
android:layout_width="215dp"
android:layout_height="39dp"
android:layout_height="wrap_content"
android:layout_above="@+id/textAtt"
android:inputType="text" />
@@ -178,7 +178,7 @@
<EditText
android:id="@+id/editAtt"
android:layout_width="215dp"
android:layout_height="39dp"
android:layout_height="wrap_content"
android:layout_above="@+id/btnSave"
android:inputType="number" />