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