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:
parent
e8791fb3cf
commit
53675b599d
|
@ -134,8 +134,9 @@
|
||||||
style="@style/Widget.Vector.Button.Outlined"
|
style="@style/Widget.Vector.Button.Outlined"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingLeft="1dp"
|
android:minWidth="0dp"
|
||||||
android:paddingRight="1dp"
|
android:paddingStart="12dp"
|
||||||
|
android:paddingEnd="12dp"
|
||||||
android:text="@string/ftue_auth_create_account_edit_server_selection"
|
android:text="@string/ftue_auth_create_account_edit_server_selection"
|
||||||
android:textAllCaps="true"
|
android:textAllCaps="true"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/selectedServerDescription"
|
app:layout_constraintBottom_toBottomOf="@id/selectedServerDescription"
|
||||||
|
|
Loading…
Reference in New Issue