Revert "Design and Intent fix"

This reverts commit 6c1d03f314.
This commit is contained in:
2020-05-09 18:32:08 -04:00
parent 6c1d03f314
commit 4889a52cac
17 changed files with 11 additions and 78 deletions

View File

@@ -31,9 +31,8 @@
<Button
android:id="@+id/magicbtn"
android:layout_width="192dp"
android:layout_height="44dp"
android:background="@drawable/btn_rounded"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="I Understand"
app:layout_constraintBottom_toBottomOf="@+id/imageView3"
app:layout_constraintEnd_toStartOf="@+id/imageView3"