How to set Header , Scrollable content and Footer? in Android
I want to make middle part to be scrollable. I couldn't get any idea.. and this is my xml outline. I want to insert this xml outline in scrollable area. Note: Header and Footer has to be constant. Only middle area has to be scrolled The easier way is to use : <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity" > <LinearLayout android:id="@+id/headerView" android:layout_width="wrap_content" android:layout_height="wrap