We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180ea20 commit 922db5eCopy full SHA for 922db5e
app/src/main/res/layout/activity_main.xml
@@ -23,6 +23,7 @@
23
android:layout_width="wrap_content"
24
android:layout_height="wrap_content"
25
android:layout_marginStart="8dp"
26
+ android:layout_marginLeft="8dp"
27
android:layout_marginBottom="8dp"
28
android:text="TO SECOND"
29
app:layout_constraintBottom_toBottomOf="parent"
@@ -35,6 +36,7 @@
35
36
37
38
39
40
android:text="SHOW DIALOG"
41
42
app:layout_constraintEnd_toStartOf="@+id/button_to_third"
0 commit comments