无法在RelativeLayout的屏幕底部放置视图

时间:2017-02-27 09:04:56

标签: android xml android-layout

我想在屏幕底部取出注册按钮,但它不允许我在图片中显示的黑线底部放置任何视图任何人都可以告诉我为什么?

Layout Picture

userSignin.xml

 <?xml version="1.0" encoding="utf-8"?>
    <ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/scrollView"
    android:fillViewport="false">

    />
    <RelativeLayout

    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <TextView
        android:layout_marginTop="10dp"
        android:textStyle="bold"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:text="SignUp"
        android:id="@+id/tv_signup"
        android:layout_alignParentTop="true"
        android:layout_centerHorizontal="true" />

    <TextView
        android:layout_marginTop="33dp"
        android:layout_marginLeft="10dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Enter Username :"
        android:id="@+id/tv_username"
        android:layout_below="@+id/tv_signup"
        android:layout_alignParentStart="true" />

    <EditText
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:inputType="textPersonName"
        android:ems="10"
        android:id="@+id/et_username"
        android:layout_above="@+id/CB_bbq"
        android:layout_toEndOf="@+id/CB_bbq" />

    <Button
        style="?android:attr/buttonStyleSmall"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="SignUp"
        android:id="@+id/btn_signup"
        android:layout_gravity="center"
        android:layout_alignParentBottom="true"
        android:layout_toEndOf="@+id/CB_chinese" />

    <CheckBox
        android:layout_marginTop="5dp"
        android:layout_marginLeft="10dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Chinese"
        android:id="@+id/CB_chinese"
        android:checked="false"
        android:layout_below="@+id/CB_bbq"
        android:layout_toStartOf="@+id/tv_signup" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="FastFood"
        android:id="@+id/CB_fastfood"
        android:layout_alignTop="@+id/CB_chinese"
        android:layout_toEndOf="@+id/btn_signup"
        android:checked="false" />

    <CheckBox
        android:layout_marginTop="40dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="BBQ"
        android:id="@+id/CB_bbq"
        android:checked="false"
        android:layout_alignStart="@+id/CB_chinese"
        android:layout_below="@+id/tv_username" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Pizza"
        android:id="@+id/CB_pizza"
        android:checked="false"
        android:layout_alignEnd="@+id/CB_fastfood"
        android:layout_alignStart="@+id/CB_fastfood"
        android:layout_alignTop="@+id/CB_bbq" />

    <TextView
        android:textSize="17dp"
        android:layout_marginLeft="5dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:text="Select KM at which you notify for any ALert"
        android:id="@+id/textView2"
        android:layout_below="@+id/CB_chinese"
        android:layout_alignParentStart="true" />

    <TextView
        android:textSize="17dp"
        android:layout_marginTop="20dp"
        android:layout_marginLeft="10dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:text="Select interested time"
        android:id="@+id/textView3"
        android:layout_alignParentStart="true"
        android:layout_below="@+id/textView2" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Breakfast"
        android:id="@+id/CB_bf"
        android:layout_below="@+id/textView3"
        android:checked="false"
        android:layout_alignStart="@+id/CB_chinese" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Brunch"
        android:id="@+id/CB_brunch"
        android:layout_alignTop="@+id/CB_bf"
        android:checked="false"
        android:layout_alignStart="@+id/CB_fastfood" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Lunch"
        android:id="@+id/CB_lunch"
        android:layout_below="@+id/CB_bf"
        android:layout_alignStart="@+id/CB_bf"
        android:checked="false" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Hi Tea"
        android:id="@+id/checkBox8"
        android:layout_below="@+id/CB_bf"
        android:layout_toEndOf="@+id/btn_signup" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Dinner"
        android:id="@+id/CB_dinner"
        android:layout_below="@+id/CB_lunch"
        android:layout_alignStart="@+id/CB_lunch"
        android:checked="false" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Midnight Deals"
        android:id="@+id/CB_md"
        android:layout_below="@+id/checkBox8"
        android:layout_toEndOf="@+id/btn_signup"
        android:checked="false" />

    <TextView
        android:textSize="17dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:text="Select Food Type"
        android:id="@+id/textView"
        android:layout_above="@+id/CB_pizza" />

    <Spinner
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id/id_km"
        android:layout_alignBaseline="@+id/CB_dinner"
        android:layout_alignBottom="@+id/CB_dinner"
        android:layout_alignEnd="@+id/CB_md" />


</RelativeLayout>
</ScrollView>

7 个答案:

答案 0 :(得分:1)

试试这段代码

   <?xml version="1.0" encoding="utf-8"?>
<ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/scrollView"
    android:fillViewport="true">


    <RelativeLayout

        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">

        <TextView
            android:layout_marginTop="10dp"
            android:textStyle="bold"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceLarge"
            android:text="SignUp"
            android:id="@+id/tv_signup"
            android:layout_alignParentTop="true"
            android:layout_centerHorizontal="true" />

        <TextView
            android:layout_marginTop="33dp"
            android:layout_marginLeft="10dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Enter Username :"
            android:id="@+id/tv_username"
            android:layout_below="@+id/tv_signup"
            android:layout_alignParentStart="true" />

        <EditText
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:inputType="textPersonName"
            android:ems="10"
            android:id="@+id/et_username"
            android:layout_above="@+id/CB_bbq"
            android:layout_toEndOf="@+id/CB_bbq" />

        <Button
            style="?android:attr/buttonStyleSmall"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="SignUp"
            android:id="@+id/btn_signup"
            android:layout_gravity="center"
            android:layout_alignParentBottom="true"
            android:layout_toEndOf="@+id/CB_chinese" />

        <CheckBox
            android:layout_marginTop="5dp"
            android:layout_marginLeft="10dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Chinese"
            android:id="@+id/CB_chinese"
            android:checked="false"
            android:layout_below="@+id/CB_bbq"
            android:layout_toStartOf="@+id/tv_signup" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="FastFood"
            android:id="@+id/CB_fastfood"
            android:layout_alignTop="@+id/CB_chinese"
            android:layout_toEndOf="@+id/btn_signup"
            android:checked="false" />

        <CheckBox
            android:layout_marginTop="40dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="BBQ"
            android:id="@+id/CB_bbq"
            android:checked="false"
            android:layout_alignStart="@+id/CB_chinese"
            android:layout_below="@+id/tv_username" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Pizza"
            android:id="@+id/CB_pizza"
            android:checked="false"
            android:layout_alignEnd="@+id/CB_fastfood"
            android:layout_alignStart="@+id/CB_fastfood"
            android:layout_alignTop="@+id/CB_bbq" />

        <TextView
            android:textSize="17dp"
            android:layout_marginLeft="5dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="Select KM at which you notify for any ALert"
            android:id="@+id/textView2"
            android:layout_below="@+id/CB_chinese"
            android:layout_alignParentStart="true" />

        <TextView
            android:textSize="17dp"
            android:layout_marginTop="20dp"
            android:layout_marginLeft="10dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="Select interested time"
            android:id="@+id/textView3"
            android:layout_alignParentStart="true"
            android:layout_below="@+id/textView2" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Breakfast"
            android:id="@+id/CB_bf"
            android:layout_below="@+id/textView3"
            android:checked="false"
            android:layout_alignStart="@+id/CB_chinese" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Brunch"
            android:id="@+id/CB_brunch"
            android:layout_alignTop="@+id/CB_bf"
            android:checked="false"
            android:layout_alignStart="@+id/CB_fastfood" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Lunch"
            android:id="@+id/CB_lunch"
            android:layout_below="@+id/CB_bf"
            android:layout_alignStart="@+id/CB_bf"
            android:checked="false" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Hi Tea"
            android:id="@+id/checkBox8"
            android:layout_below="@+id/CB_bf"
            android:layout_toEndOf="@+id/btn_signup" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Dinner"
            android:id="@+id/CB_dinner"
            android:layout_below="@+id/CB_lunch"
            android:layout_alignStart="@+id/CB_lunch"
            android:checked="false" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Midnight Deals"
            android:id="@+id/CB_md"
            android:layout_below="@+id/checkBox8"
            android:layout_toEndOf="@+id/btn_signup"
            android:checked="false" />

        <TextView
            android:textSize="17dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="Select Food Type"
            android:id="@+id/textView"
            android:layout_above="@+id/CB_pizza" />

        <Spinner
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:id="@+id/id_km"
            android:layout_alignBaseline="@+id/CB_dinner"
            android:layout_alignBottom="@+id/CB_dinner"
            android:layout_alignEnd="@+id/CB_md" />


    </RelativeLayout>
</ScrollView>

答案 1 :(得分:1)

尝试更改第android:fillViewport="true"

答案 2 :(得分:1)

删除layout_gravity="center"

删除此行以注册按钮

android:layout_gravity="center"

替换此按钮

 <Button
    style="?android:attr/buttonStyleSmall"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="SignUp"
    android:id="@+id/btn_signup"
    android:layout_alignParentBottom="true"
    android:layout_toEndOf="@+id/CB_chinese" />

希望它对你有用。

答案 3 :(得分:1)

把android:fillViewport =&#34; true&#34;并使RelativeLayout成为scrollView的父级

答案 4 :(得分:0)

将按钮放在滚动视图之外。

答案 5 :(得分:0)

在Scrollview中,您需要设置android:fillViewport="true"而不是错误的理由,因为ScrollView会将内容包装起来并将可用区域保留为未使用,如果您没有标记fillViewPort =&#34; true&#34;。

<?xml version="1.0" encoding="utf-8"?>

<ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/scrollView"
    android:fillViewport="true">

    />
    <RelativeLayout

    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <TextView
        android:layout_marginTop="10dp"
        android:textStyle="bold"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:text="SignUp"
        android:id="@+id/tv_signup"
        android:layout_alignParentTop="true"
        android:layout_centerHorizontal="true" />

    <TextView
        android:layout_marginTop="33dp"
        android:layout_marginLeft="10dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Enter Username :"
        android:id="@+id/tv_username"
        android:layout_below="@+id/tv_signup"
        android:layout_alignParentStart="true" />

    <EditText
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:inputType="textPersonName"
        android:ems="10"
        android:id="@+id/et_username"
        android:layout_above="@+id/CB_bbq"
        android:layout_toEndOf="@+id/CB_bbq" />

    <Button
        style="?android:attr/buttonStyleSmall"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="SignUp"
        android:id="@+id/btn_signup"
        android:layout_gravity="center"
        android:layout_alignParentBottom="true"
        android:layout_toEndOf="@+id/CB_chinese" />

    <CheckBox
        android:layout_marginTop="5dp"
        android:layout_marginLeft="10dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Chinese"
        android:id="@+id/CB_chinese"
        android:checked="false"
        android:layout_below="@+id/CB_bbq"
        android:layout_toStartOf="@+id/tv_signup" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="FastFood"
        android:id="@+id/CB_fastfood"
        android:layout_alignTop="@+id/CB_chinese"
        android:layout_toEndOf="@+id/btn_signup"
        android:checked="false" />

    <CheckBox
        android:layout_marginTop="40dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="BBQ"
        android:id="@+id/CB_bbq"
        android:checked="false"
        android:layout_alignStart="@+id/CB_chinese"
        android:layout_below="@+id/tv_username" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Pizza"
        android:id="@+id/CB_pizza"
        android:checked="false"
        android:layout_alignEnd="@+id/CB_fastfood"
        android:layout_alignStart="@+id/CB_fastfood"
        android:layout_alignTop="@+id/CB_bbq" />

    <TextView
        android:textSize="17dp"
        android:layout_marginLeft="5dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:text="Select KM at which you notify for any ALert"
        android:id="@+id/textView2"
        android:layout_below="@+id/CB_chinese"
        android:layout_alignParentStart="true" />

    <TextView
        android:textSize="17dp"
        android:layout_marginTop="20dp"
        android:layout_marginLeft="10dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:text="Select interested time"
        android:id="@+id/textView3"
        android:layout_alignParentStart="true"
        android:layout_below="@+id/textView2" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Breakfast"
        android:id="@+id/CB_bf"
        android:layout_below="@+id/textView3"
        android:checked="false"
        android:layout_alignStart="@+id/CB_chinese" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Brunch"
        android:id="@+id/CB_brunch"
        android:layout_alignTop="@+id/CB_bf"
        android:checked="false"
        android:layout_alignStart="@+id/CB_fastfood" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Lunch"
        android:id="@+id/CB_lunch"
        android:layout_below="@+id/CB_bf"
        android:layout_alignStart="@+id/CB_bf"
        android:checked="false" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Hi Tea"
        android:id="@+id/checkBox8"
        android:layout_below="@+id/CB_bf"
        android:layout_toEndOf="@+id/btn_signup" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Dinner"
        android:id="@+id/CB_dinner"
        android:layout_below="@+id/CB_lunch"
        android:layout_alignStart="@+id/CB_lunch"
        android:checked="false" />

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Midnight Deals"
        android:id="@+id/CB_md"
        android:layout_below="@+id/checkBox8"
        android:layout_toEndOf="@+id/btn_signup"
        android:checked="false" />

    <TextView
        android:textSize="17dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:text="Select Food Type"
        android:id="@+id/textView"
        android:layout_above="@+id/CB_pizza" />

    <Spinner
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id/id_km"
        android:layout_alignBaseline="@+id/CB_dinner"
        android:layout_alignBottom="@+id/CB_dinner"
        android:layout_alignEnd="@+id/CB_md" />


</RelativeLayout>
</ScrollView>

答案 6 :(得分:0)

<?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"
    >
    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:id="@+id/scrollView"
        android:fillViewport="false">
    <RelativeLayout

        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">

        <TextView
            android:layout_marginTop="10dp"
            android:textStyle="bold"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceLarge"
            android:text="SignUp"
            android:id="@+id/tv_signup"
            android:layout_alignParentTop="true"
            android:layout_centerHorizontal="true" />

        <TextView
            android:layout_marginTop="33dp"
            android:layout_marginLeft="10dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Enter Username :"
            android:id="@+id/tv_username"
            android:layout_below="@+id/tv_signup"
            android:layout_alignParentStart="true" />

        <EditText
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:inputType="textPersonName"
            android:ems="10"
            android:id="@+id/et_username"
            android:layout_above="@+id/CB_bbq"
            android:layout_toEndOf="@+id/CB_bbq" />



        <CheckBox
            android:layout_marginTop="5dp"
            android:layout_marginLeft="10dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Chinese"
            android:id="@+id/CB_chinese"
            android:checked="false"
            android:layout_below="@+id/CB_bbq"
            android:layout_toStartOf="@+id/tv_signup" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="FastFood"
            android:id="@+id/CB_fastfood"
            android:layout_alignTop="@+id/CB_chinese"
            android:layout_toEndOf="@+id/btn_signup"
            android:checked="false" />

        <CheckBox
            android:layout_marginTop="40dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="BBQ"
            android:id="@+id/CB_bbq"
            android:checked="false"
            android:layout_alignStart="@+id/CB_chinese"
            android:layout_below="@+id/tv_username" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Pizza"
            android:id="@+id/CB_pizza"
            android:checked="false"
            android:layout_alignEnd="@+id/CB_fastfood"
            android:layout_alignStart="@+id/CB_fastfood"
            android:layout_alignTop="@+id/CB_bbq" />

        <TextView
            android:textSize="17dp"
            android:layout_marginLeft="5dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="Select KM at which you notify for any ALert"
            android:id="@+id/textView2"
            android:layout_below="@+id/CB_chinese"
            android:layout_alignParentStart="true" />

        <TextView
            android:textSize="17dp"
            android:layout_marginTop="20dp"
            android:layout_marginLeft="10dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="Select interested time"
            android:id="@+id/textView3"
            android:layout_alignParentStart="true"
            android:layout_below="@+id/textView2" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Breakfast"
            android:id="@+id/CB_bf"
            android:layout_below="@+id/textView3"
            android:checked="false"
            android:layout_alignStart="@+id/CB_chinese" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Brunch"
            android:id="@+id/CB_brunch"
            android:layout_alignTop="@+id/CB_bf"
            android:checked="false"
            android:layout_alignStart="@+id/CB_fastfood" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Lunch"
            android:id="@+id/CB_lunch"
            android:layout_below="@+id/CB_bf"
            android:layout_alignStart="@+id/CB_bf"
            android:checked="false" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Hi Tea"
            android:id="@+id/checkBox8"
            android:layout_below="@+id/CB_bf"
            android:layout_toEndOf="@+id/btn_signup" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Dinner"
            android:id="@+id/CB_dinner"
            android:layout_below="@+id/CB_lunch"
            android:layout_alignStart="@+id/CB_lunch"
            android:checked="false" />

        <CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Midnight Deals"
            android:id="@+id/CB_md"
            android:layout_below="@+id/checkBox8"
            android:layout_toEndOf="@+id/btn_signup"
            android:checked="false" />

        <TextView
            android:textSize="17dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="Select Food Type"
            android:id="@+id/textView"
            android:layout_above="@+id/CB_pizza" />

        <Spinner
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:id="@+id/id_km"
            android:layout_alignBaseline="@+id/CB_dinner"
            android:layout_alignBottom="@+id/CB_dinner"
            android:layout_alignEnd="@+id/CB_md" />


    </RelativeLayout>

    </ScrollView>

    <LinearLayout
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:orientation="vertical"
        android:layout_gravity="bottom"
        android:gravity="bottom|center"
        >
    <Button
        style="?android:attr/buttonStyleSmall"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="SignUp"
        android:gravity="center"
        android:id="@+id/btn_signup"
        android:layout_gravity="center"
        android:layout_alignParentBottom="true"
        android:layout_toEndOf="@+id/CB_chinese" />
    </LinearLayout>
</LinearLayout>