列表ScrollView中的布局问题

时间:2011-09-29 14:13:53

标签: android layout scrollview

我有一个布局问题 - 我的ScrollView没有填满整个屏幕,而是 - 屏幕的下半部分不与滚动一起使用(我的列表动态更新)

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

    <EditText android:id="@+id/newRecipeIngredientEditTextId" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" android:hint="Ingredient info" android:layout_toLeftOf="@+id/naddIngredientButtonId"></EditText>
    <Button android:text="@string/addNew" android:layout_width="wrap_content" android:id="@+id/naddIngredientButtonId" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_alignParentRight="true"></Button>

    <ScrollView android:layout_height="match_parent" android:layout_width="match_parent" android:id="@+id/scrollView12" android:layout_below="@+id/newRecipeIngredientEditTextId" android:layout_alignParentLeft="true" android:layout_alignParentBottom="true">
        <ListView android:layout_width="match_parent" android:id="@android:id/android:list" android:layout_height="match_parent"></ListView>
    </ScrollView>

</RelativeLayout>

1 个答案:

答案 0 :(得分:0)

将RelativeLayouts的宽度和高度更改为Fill_Parent。并改变ScrollView的