reducing the edit button min width in order to match designs

- we rely on the text size and padding instead
This commit is contained in:
Adam Brown 2022-03-28 12:10:18 +01:00
parent e8791fb3cf
commit 53675b599d
1 changed files with 3 additions and 2 deletions

View File

@ -134,8 +134,9 @@
style="@style/Widget.Vector.Button.Outlined"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="1dp"
android:paddingRight="1dp"
android:minWidth="0dp"
android:paddingStart="12dp"
android:paddingEnd="12dp"
android:text="@string/ftue_auth_create_account_edit_server_selection"
android:textAllCaps="true"
app:layout_constraintBottom_toBottomOf="@id/selectedServerDescription"