Skip to content

Commit 922db5e

Browse files
committed
fix lint
1 parent 180ea20 commit 922db5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
android:layout_width="wrap_content"
2424
android:layout_height="wrap_content"
2525
android:layout_marginStart="8dp"
26+
android:layout_marginLeft="8dp"
2627
android:layout_marginBottom="8dp"
2728
android:text="TO SECOND"
2829
app:layout_constraintBottom_toBottomOf="parent"
@@ -35,6 +36,7 @@
3536
android:layout_width="wrap_content"
3637
android:layout_height="wrap_content"
3738
android:layout_marginStart="8dp"
39+
android:layout_marginLeft="8dp"
3840
android:text="SHOW DIALOG"
3941
app:layout_constraintBottom_toBottomOf="parent"
4042
app:layout_constraintEnd_toStartOf="@+id/button_to_third"

0 commit comments

Comments
 (0)