make sure the connect_btn goes under the front cam
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user