Skip to content

Commit 4e25cf6

Browse files
committed
Fix lint error due to constraints
1 parent fefd41b commit 4e25cf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

misc/src/main/res/layout/activity_main.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
android:layout_width="wrap_content"
4646
android:layout_height="wrap_content"
4747
android:layout_margin="150dp"
48+
app:layout_constraintBottom_toBottomOf="parent"
49+
app:layout_constraintLeft_toLeftOf="parent"
50+
app:layout_constraintRight_toRightOf="parent"
51+
app:layout_constraintTop_toTopOf="parent"
4852
android:text="Button" />
4953

5054
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)