scrollable text view with 2 buttons not being displayed using xml layout

Posted by rajyalakshmi on Stack Overflow See other posts from Stack Overflow or by rajyalakshmi
Published on 2010-06-01T06:10:58Z Indexed on 2010/06/01 6:13 UTC
Read the original article Hit count: 85

Filed under:

Hi Everyone,

the following is my xml layout for scrollbale text view with 2 buttons.But with this i am able to see only text but not the buttons.Howvever if i put smaller text and make it simple text view(without scroll),the buttons are being seen.Can anyone help me to able to get scrll text view in a window with 2 bottoms at the bottom.

<Button android:id="@+id/button1" android:layout_width="wrap_content"

android:layout_height="fill_parent" android:text="@string/my_button_text1" />

© Stack Overflow or respective owner

Related posts about button