Skip to content

Commit

Permalink
Make reader tutorial dialog scalable
Browse files Browse the repository at this point in the history
  • Loading branch information
samiuelson committed Jan 29, 2025
1 parent b0f413c commit e332173
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="@dimen/payments_dialog_width"
android:layout_height="@dimen/payments_dialog_height"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/major_200"
android:gravity="center_horizontal"
android:minWidth="@dimen/payments_dialog_width"
android:minHeight="@dimen/payments_dialog_height"
tools:context="com.woocommerce.android.ui.payments.cardreader.tutorial.CardReaderTutorialDialogFragment">

<androidx.viewpager2.widget.ViewPager2
Expand Down

0 comments on commit e332173

Please sign in to comment.