diff --git a/android/app/src/main/res/layout/activity_main.xml b/android/app/src/main/res/layout/activity_main.xml
index e63dcc7..cb7ca34 100644
--- a/android/app/src/main/res/layout/activity_main.xml
+++ b/android/app/src/main/res/layout/activity_main.xml
@@ -10,11 +10,11 @@
android:id="@+id/nativebutton"
android:layout_width="?sizeHugeXXX"
android:layout_height="wrap_content"
- android:text="@string/native_button_label"
- android:layout_marginTop="?spacingSmall"
android:layout_marginBottom="?spacingSmall"
- app:layout_constraintBottom_toTopOf="@+id/reactNative2button"
+ android:text="@string/native_button_label"
+ app:layout_constraintBottom_toTopOf="@+id/reactNative1button"
app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintHorizontal_bias="0.497"
app:layout_constraintStart_toStartOf="parent" />
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent" />
+ android:text="@string/react_native2_button_label"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@+id/reactNative1button" />
\ No newline at end of file