Listview dsplaying Issue

Posted by raj on Stack Overflow See other posts from Stack Overflow or by raj
Published on 2010-03-17T07:02:03Z Indexed on 2010/03/17 10:51 UTC
Read the original article Hit count: 235

Filed under:
|

I am using LinearLayout to display ListView

  1. Adding Button at the Top.
  2. Then adding Listview bellow the button.
  3. Problem is that Listview take the entire screen at the time of scroll.
  4. At the time of scroll the first cell of the ListView went in the Background of the button.

Is there any solution to strict the List below the button?

© Stack Overflow or respective owner

Related posts about android

Related posts about listview