Commit 555e7cc9 authored by Viktor De Pasquale's avatar Viktor De Pasquale Committed by John Wu

Fixed dialog not being centered

Close #2369
parent 61805580
......@@ -17,17 +17,15 @@
android:layout_height="match_parent">
<FrameLayout
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constrainedHeight="true"
app:layout_constrainedWidth="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHeight_default="wrap"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintWidth_default="percent"
app:layout_constraintWidth_max="400dp"
app:layout_constraintWidth_percent="1">
app:layout_constraintWidth_max="400dp">
<com.google.android.material.card.MaterialCardView
style="@style/WidgetFoundation.Card.Elevated"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment