0

リストビューがあり、フッターに別のリストビューを最初のリストに追加します。フッターリストビューのすべての行が表示されません。

フッターの追加

footerView = (ビュー) getLayoutInflater().inflate(R.layout.species_fav_footer, null); list_fav.addFooterView(footerView);

フッター.xml

  1. <TextView
        android:id="@+id/saltWater"
        style="@style/BlueTitleBar"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
               android:text="Saltwater"
        />
    
    <ListView
        android:id="@+id/list_fav_species_salt"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:cacheColorHint="#00000000" 
        android:layout_marginBottom="10sp"
    
        />
    

4

0 に答える 0