Commit 8da1a650 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Adds constraints.

parent c4e35707
...@@ -10,7 +10,11 @@ ...@@ -10,7 +10,11 @@
android:id="@+id/custom_draw_view" android:id="@+id/custom_draw_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/color_white" /> android:background="@color/color_white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView <ImageView
android:id="@+id/image_close_drawing" android:id="@+id/image_close_drawing"
......
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