|
|
|
@ -98,7 +98,7 @@
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginStart="44.5dp">
|
|
|
|
@ -110,8 +110,9 @@
|
|
|
|
|
android:layout_weight="1">
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
|
|
|
android:id="@+id/text_issuer"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:inputType="text"/>
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
|
|
|