<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <LinearLayout android:orientation="vertical" android:background="@drawable/background_gray_button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/dp_10">
        <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_margin="10.0dip">
            <TextView android:textSize="24.0sp" android:gravity="center_vertical" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/dp_10" android:text="@string/background_first_one" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/first_layer_num_but" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginRight="5.0dip" android:text="@string/background_num_position" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/btn_save_first_layer_num" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="5.0dip" android:text="@string/background_result_storage" android:layout_weight="1.0" />
        </LinearLayout>
        <View android:background="@color/background_lightgrey" android:layout_width="fill_parent" android:layout_height="1.0dip" />
        <androidx.recyclerview.widget.RecyclerView android:id="@id/background_first_one_result_rv" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="10.0dip" />
    </LinearLayout>
    <LinearLayout android:orientation="vertical" android:background="@drawable/background_gray_button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/dp_10">
        <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_margin="10.0dip">
            <TextView android:textSize="24.0sp" android:gravity="center_vertical" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/dp_10" android:text="@string/background_first_tow" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/second_layer_num_but" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginRight="5.0dip" android:text="@string/background_num_position" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/btn_save_second_layer_num" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="5.0dip" android:text="@string/background_result_storage" android:layout_weight="1.0" />
        </LinearLayout>
        <View android:background="@color/background_lightgrey" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_marginLeft="20.0dip" android:layout_marginRight="20.0dip" />
        <androidx.recyclerview.widget.RecyclerView android:id="@id/background_first_two_result_rv" android:layout_width="fill_parent" android:layout_height="wrap_content" />
    </LinearLayout>
    <LinearLayout android:orientation="vertical" android:background="@drawable/background_gray_button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/dp_10">
        <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_margin="10.0dip">
            <TextView android:textSize="24.0sp" android:gravity="center_vertical" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/dp_10" android:text="@string/background_first_three" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/third_layer_num_but" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginRight="5.0dip" android:text="@string/background_num_position" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/btn_save_third_layer_num" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="5.0dip" android:text="@string/background_result_storage" android:layout_weight="1.0" />
        </LinearLayout>
        <View android:background="@color/background_lightgrey" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_marginLeft="20.0dip" android:layout_marginRight="20.0dip" />
        <androidx.recyclerview.widget.RecyclerView android:id="@id/background_first_three_result_rv" android:layout_width="fill_parent" android:layout_height="wrap_content" />
    </LinearLayout>
    <LinearLayout android:orientation="vertical" android:background="@drawable/background_gray_button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/dp_10">
        <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_margin="10.0dip">
            <TextView android:textSize="24.0sp" android:gravity="center_vertical" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/dp_10" android:text="@string/background_first_four" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/fourth_layer_num_but" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginRight="5.0dip" android:text="@string/background_num_position" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/btn_save_fourth_layer_num" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="5.0dip" android:text="@string/background_result_storage" android:layout_weight="1.0" />
        </LinearLayout>
        <View android:background="@color/background_lightgrey" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_marginLeft="20.0dip" android:layout_marginRight="20.0dip" />
        <androidx.recyclerview.widget.RecyclerView android:id="@id/background_first_four_result_rv" android:layout_width="fill_parent" android:layout_height="wrap_content" />
    </LinearLayout>
    <LinearLayout android:orientation="vertical" android:background="@drawable/background_gray_button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/dp_10">
        <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_margin="10.0dip">
            <TextView android:textSize="24.0sp" android:gravity="center_vertical" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/dp_10" android:text="@string/background_first_five" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/five_layer_num_but" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginRight="5.0dip" android:text="@string/background_num_position" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/btn_save_five_layer_num" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="5.0dip" android:text="@string/background_result_storage" android:layout_weight="1.0" />
        </LinearLayout>
        <View android:background="@color/background_lightgrey" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_marginLeft="20.0dip" android:layout_marginRight="20.0dip" />
        <androidx.recyclerview.widget.RecyclerView android:id="@id/background_first_five_result_rv" android:layout_width="fill_parent" android:layout_height="wrap_content" />
    </LinearLayout>
    <LinearLayout android:orientation="vertical" android:background="@drawable/background_gray_button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/dp_10">
        <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_margin="10.0dip">
            <TextView android:textSize="24.0sp" android:gravity="center_vertical" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/dp_10" android:text="@string/background_first_six" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/six_layer_num_but" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginRight="5.0dip" android:text="@string/background_num_position" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/btn_save_six_layer_num" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="5.0dip" android:text="@string/background_result_storage" android:layout_weight="1.0" />
        </LinearLayout>
        <View android:background="@color/background_lightgrey" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_marginLeft="20.0dip" android:layout_marginRight="20.0dip" />
        <androidx.recyclerview.widget.RecyclerView android:id="@id/background_first_six_result_rv" android:layout_width="fill_parent" android:layout_height="wrap_content" />
    </LinearLayout>
    <LinearLayout android:orientation="vertical" android:background="@drawable/background_gray_button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/dp_10">
        <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="50.0dip" android:layout_margin="10.0dip">
            <TextView android:textSize="24.0sp" android:gravity="center_vertical" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/dp_10" android:text="@string/background_first_seven" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/seven_layer_num_but" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginRight="5.0dip" android:text="@string/background_num_position" android:layout_weight="1.0" />
            <Button android:textSize="22.0sp" android:textColor="@color/background_trans" android:gravity="center" android:id="@id/btn_save_seven_layer_num" android:background="@drawable/background_gray_button" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_marginLeft="5.0dip" android:text="@string/background_result_storage" android:layout_weight="1.0" />
        </LinearLayout>
        <View android:background="@color/background_lightgrey" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_marginLeft="20.0dip" android:layout_marginRight="20.0dip" />
        <androidx.recyclerview.widget.RecyclerView android:id="@id/background_first_seven_result_rv" android:layout_width="fill_parent" android:layout_height="wrap_content" />
    </LinearLayout>
</LinearLayout>