fixed textfields
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user