make sure the connect_btn goes under the front cam

This commit is contained in:
smayzy 2025-04-19 22:05:35 +02:00
parent cd0d94215d
commit 55dbbf2211

View File

@ -5,13 +5,14 @@
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".MainActivity">
<Button
android:id="@+id/connect_btn"
android:layout_width="267dp"
android:layout_height="70dp"
android:layout_marginTop="32dp"
android:layout_marginTop="0dp"
android:text="@string/connect_btn"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"