Quantcast
Channel: xml – Blundell
Viewing all articles
Browse latest Browse all 4

[TUT] ListView with a Footer Item

$
0
0
TweetJust figured this one out myself. If you want a ListView with a button / edittext or other view item below the ListView that stays at the bottom of the screen while the view still scroll’s:   <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:padding="10dip" > <LinearLayout android:id="@+id/bottom_view" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true"> <!--Put whatever view […]

Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images