当元素的大小很少时,如Listview中的1,2或3 它显示了底部的元素。如何在顶部显示元素甚至很少?这是一个screenshot。
这是我的xml代码:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:padding="4px"
android:paddingBottom="4px"
android:background="@drawable/fbbar"
android:layout_height="50dip">
<EditText android:id="@+id/searchText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="bottom"
android:hint="type to search..."
android:drawableRight="@drawable/ic_search_text"/>
<Button android:id="@+id/btn_contacts_refresh"
android:layout_width="0px"
android:layout_height="0px"
android:drawableTop="@drawable/refresh"/>
</LinearLayout>
<ListView android:id="@+id/contactsList"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:transcriptMode="alwaysScroll"
android:background="#fff"
android:cacheColorHint="#00000000"
android:dividerHeight="1px" android:divider="#777a"/>
<LinearLayout
android:layout_height="2dip"
android:layout_width="match_parent"
android:orientation="horizontal"
android:background="@drawable/fbbar">
</LinearLayout>
</LinearLayout>
答案 0 :(得分:0)
我认为你的问题在这里android:transcriptMode =“alwaysScroll”