Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/179.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 使第一个按钮固定在滚动视图上_Android_Xml_Android Layout_Android Emulator - Fatal编程技术网

Android 使第一个按钮固定在滚动视图上

Android 使第一个按钮固定在滚动视图上,android,xml,android-layout,android-emulator,Android,Xml,Android Layout,Android Emulator,我需要将第一个按钮固定在屏幕上,因为它的行为就像应用程序的徽标。我更改了ScrollView,但随后出现了类似“一个滚动视图只能有一个子项”的错误 下面是xml文件 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ads="http://schemas.android.com/apk/re

我需要将第一个按钮固定在屏幕上,因为它的行为就像应用程序的徽标。我更改了ScrollView,但随后出现了类似“一个滚动视图只能有一个子项”的错误

下面是xml文件

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/res/com.apperspray.scarface"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bg1"
android:orientation="vertical" >

<ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/scrollview1"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

    <LinearLayout
        android:id="@+id/home_layout"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="#000000"
        android:orientation="vertical" >

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/masthead"
            android:layout_width="fill_parent"
            android:layout_height="80dp"
            android:background="@drawable/mastbg"
            android:gravity="left|center" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button01"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button02"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button03"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button04"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button05"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button06"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button07"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button08"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button09"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button10"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button11"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button12"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button13"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button14"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button15"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button16"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button17"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button18"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button19"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button20"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button21"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button22"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button23"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button24"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <Button
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:id="@+id/button25"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/buttonbg"
            android:gravity="left|center"
            android:padding="10dp"
            android:shadowColor="#f5f5f5"
            android:shadowDx="1"
            android:shadowDy="1"
            android:shadowRadius="1"
            android:textColor="#6c6c6c"
            android:textSize="10pt" >
        </Button>

        <WebView
            android:id="@+id/accesskey"
            android:layout_width="fill_parent"
            android:layout_height="100dp" />
    </LinearLayout>
</ScrollView>

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:ads="http://schemas.android.com/apk/res/com.murdersquirrel.newboard"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_alignBottom="@+id/home_layout"
    android:layout_alignParentBottom="true"
    android:background="#ffffff"
    android:gravity="bottom"
    android:orientation="vertical" >

    <com.google.ads.AdView
        android:id="@+id/adView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        ads:adSize="BANNER"
        ads:adUnitId="a14fb507753fada" />
</LinearLayout>

按钮

<Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/masthead"
        android:layout_width="fill_parent"
        android:layout_height="80dp"
        android:background="@drawable/mastbg"
        android:gravity="left|center" >
    </Button>

作为应用程序的标志,所以我不喜欢它被滚动。我需要把它固定在上面


谢谢

在FrameLayout和SetScrollview上分别保留要滚动的布局中所需的元素的按钮,希望这能起作用

JU将您的xml设计为

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/res/com.apperspray.scarface"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bg1"
android:orientation="vertical" >

<Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/masthead"
        android:layout_width="fill_parent"
        android:layout_height="80dp"
        android:background="@drawable/mastbg"
        android:gravity="top"
        android:layout_alignParentTop="true">
    </Button>

<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scrollview1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_below="@+id/masthead">

<LinearLayout
    android:id="@+id/home_layout"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:background="#000000"
    android:orientation="vertical" >

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button01"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button02"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button03"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button04"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button05"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button06"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button07"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button08"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button09"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button10"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button11"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button12"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button13"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button14"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button15"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button16"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button17"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button18"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button19"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button20"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button21"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button22"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button23"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button24"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <Button
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/button25"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/buttonbg"
        android:gravity="left|center"
        android:padding="10dp"
        android:shadowColor="#f5f5f5"
        android:shadowDx="1"
        android:shadowDy="1"
        android:shadowRadius="1"
        android:textColor="#6c6c6c"
        android:textSize="10pt" >
    </Button>

    <WebView
        android:id="@+id/accesskey"
        android:layout_width="fill_parent"
        android:layout_height="100dp" />
</LinearLayout>



将按钮添加到相对布局或线性布局下,而不是滚动视图下。

这样设计xml文件

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bg1"
android:orientation="vertical">

<Your logout Button/>

<ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/scrollview1"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

    <LinearLayout
        android:id="@+id/home_layout"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="#000000"
        android:orientation="vertical" >
<Your Button/>
<Your Button/>
<Your Button/>
<Your Button/>
...
....
...
<Your Button/>
<Your Button/>


</LinearLayout>
</ScrollView>

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:ads="http://schemas.android.com/apk/res/com.murdersquirrel.newboard"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_alignBottom="@+id/home_layout"
    android:layout_alignParentBottom="true"
    android:background="#ffffff"
    android:gravity="bottom"
    android:orientation="vertical" >

    <com.google.ads.AdView
        android:id="@+id/adView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        ads:adSize="BANNER"
        ads:adUnitId="a14fb507753fada" />
</LinearLayout>

</LinearLayout>

...
....
...

现在通过java代码将scrollview添加到线性布局中,您通过xml完成了此操作。希望此帮助我的客户端不希望更改java文件中的任何内容。我在xml文件中发现[2012-05-21 17:42:33-New Board]错误:中止构建。错误:在包“android”中找不到属性“Layou\u parentTop”的资源标识符,第一个按钮用作徽标,所以我不希望它与其他元素一起滚动,但这样它会滚动,对吗?谢谢我更新了我的答案,检查一下。我在滚动视图上方添加了注销按钮。那它就可以正常工作了。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bg1"
android:orientation="vertical">

<Your logout Button/>

<ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/scrollview1"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

    <LinearLayout
        android:id="@+id/home_layout"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="#000000"
        android:orientation="vertical" >
<Your Button/>
<Your Button/>
<Your Button/>
<Your Button/>
...
....
...
<Your Button/>
<Your Button/>


</LinearLayout>
</ScrollView>

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:ads="http://schemas.android.com/apk/res/com.murdersquirrel.newboard"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_alignBottom="@+id/home_layout"
    android:layout_alignParentBottom="true"
    android:background="#ffffff"
    android:gravity="bottom"
    android:orientation="vertical" >

    <com.google.ads.AdView
        android:id="@+id/adView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        ads:adSize="BANNER"
        ads:adUnitId="a14fb507753fada" />
</LinearLayout>

</LinearLayout>