test_view.xml 450 Bytes
<?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="wrap_content"
    android:layout_gravity="bottom"
    android:background="@color/color_282828"
    android:orientation="vertical">

    <Button
        android:id="@+id/btn_start"
        android:layout_width="50dp"
        android:layout_height="50dp" />
</LinearLayout>