Move button
This commit is contained in:
parent
f0d5f918e2
commit
6fd40417be
|
@ -11,7 +11,17 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
tools:layout_editor_absoluteX="67dp"
|
||||||
|
tools:layout_editor_absoluteY="299dp">
|
||||||
|
|
||||||
|
<Button
|
||||||
|
android:id="@+id/button_start_login"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="80dp"
|
||||||
|
android:text="start login" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/button"
|
android:id="@+id/button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -19,14 +29,4 @@
|
||||||
android:text="Show a profile" />
|
android:text="Show a profile" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/button_start_login"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="80dp"
|
|
||||||
android:text="start login"
|
|
||||||
app:layout_constraintStart_toStartOf="@+id/button"
|
|
||||||
app:layout_constraintTop_toBottomOf="@+id/button" />
|
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
Loading…
Reference in New Issue