Skip to content

Commit

Permalink
Fix issue on card reader connect dialog when header_label is too long
Browse files Browse the repository at this point in the history
  • Loading branch information
irfano committed Dec 25, 2024
1 parent 8c49103 commit f001f14
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="@dimen/payments_dialog_width"
android:layout_height="@dimen/payments_dialog_height"
android:layout_height="wrap_content"
android:background="@color/color_surface_elevated"
android:gravity="center_horizontal"
android:minHeight="@dimen/payments_dialog_height"
android:orientation="vertical"
android:paddingTop="@dimen/major_200"
android:paddingBottom="@dimen/payments_dialog_bottom_padding">
Expand Down Expand Up @@ -74,10 +75,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/major_200"
android:layout_marginTop="0dp"
app:layout_constraintBottom_toTopOf="@id/secondary_action_btn"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/illustration"
app:layout_constraintVertical_bias="1"
tools:text="Connect" />

<com.google.android.material.button.MaterialButton
Expand Down

0 comments on commit f001f14

Please sign in to comment.