<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:padding="20dp">

    <Button
        android:id="@+id/load"
        android:layout_width="match_parent"
        android:layout_height="45dp"
        android:text="Load React Instance"/>

    <Button
        android:id="@+id/sample_a"
        android:layout_width="match_parent"
        android:layout_height="45dp"
        android:text="Go to Sample A"/>

    <Button
        android:id="@+id/sample_b"
        android:layout_width="match_parent"
        android:layout_height="45dp"
        android:text="Go to Sample B"/>

</LinearLayout>