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.
2 parents 6c00ba7 + 3b04314 commit f78195cCopy full SHA for f78195c
app/src/main/res/layout/activity_main.xml
@@ -68,9 +68,10 @@
68
android:id="@+id/textview_first"
69
android:layout_width="wrap_content"
70
android:layout_height="wrap_content"
71
- android:layout_marginTop="180dp"
+ android:gravity="center"
72
+ android:layout_marginTop="90dp"
73
android:text="@string/placeholder_txt"
74
app:layout_constraintEnd_toEndOf="parent"
75
app:layout_constraintStart_toStartOf="parent"
76
app:layout_constraintTop_toTopOf="parent" />
-</androidx.constraintlayout.widget.ConstraintLayout>
77
+</androidx.constraintlayout.widget.ConstraintLayout>
0 commit comments