2010-06-01 65 views

回答

0

試試這個:

<?xml version="1.0" encoding="utf-8"?> 
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    android:orientation="vertical" android:layout_height="fill_parent" 
    android:layout_width="fill_parent"> 
    <GridView android:id="@+id/GridView01" android:layout_weight="1" 
     android:layout_width="fill_parent" android:layout_height="fill_parent"></GridView> 
    <TextView android:id="@+id/TextView01" android:layout_height="wrap_content" 
     android:layout_width="fill_parent" android:text="Total: 111" 
     android:gravity="center"></TextView> 
</LinearLayout> 
+0

謝謝你的幫助,但在你的方法TextView的始終固定在屏幕的腳下,我想TextView的是在GridView的腳下爲紐帶和直到gridView滾動到結束它可以出現。 – pengwang 2010-06-01 12:24:46

相關問題