mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-20 16:10:56 +00:00
Ensure the issuer textbox and group dropdown have equal height
Fixes #751
This commit is contained in:
parent
74e460d9a9
commit
6bafd9e9ae
1 changed files with 3 additions and 3 deletions
|
@ -108,18 +108,18 @@
|
|||
<com.google.android.material.textfield.TextInputLayout
|
||||
android:hint="@string/issuer"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginEnd="5dp"
|
||||
android:layout_weight="1">
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/text_issuer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:inputType="text"/>
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="5dp"
|
||||
android:layout_weight="1"
|
||||
android:hint="@string/group"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue