Skip to content
Snippets Groups Projects
Commit c493bd2b authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Set wizard dialog height to wrap_content

parent 12badafd
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<android.support.constraint.ConstraintLayout
android:layout_width="320dp"
android:layout_height="320dp"
android:layout_height="wrap_content"
android:padding="16dp">
<CheckBox
......@@ -25,6 +25,7 @@
android:text="@string/ok"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/wizard_check_scan"
style="?android:attr/borderlessButtonStyle" />
<TextView
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment