<LinearLayout android:layout_height="fill_parent"
        android:id="@+id/baselayout"
        android:layout_width="fill_parent"
        android:orientation="vertical">

        <ListView  android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_weight="1">
        </ListView>

        <LinearLayout android:layout_height="wrap_content"
            android:layout_width="fill_parent">
                  <Button android:layout_height="wrap_content"
                        android:layout_weight="1"
android:layout_width="0px">
                  </Button>
                  <Button android:layout_height="wrap_content"
                        android:layout_weight="1"
android:layout_width="0px">
                  </Button>
        </LinearLayout>
</LinearLayout>


Kumar Bibek
http://techdroid.kbeanie.com
http://www.kbeanie.com



On Fri, Apr 29, 2011 at 12:44 AM, Brad Stintson <geek.bin...@gmail.com>wrote:

> How to add buttons that sticks to the bottom of  layout and rest part of
> layout is scrollable (Same as add event of calendar)?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to