Re: [android-developers] android messaging application layout

2010-12-23 Thread TreKing
On Wed, Dec 22, 2010 at 8:02 AM, Kapil Lokhande wrote: > please tell me how can i do that. Don't use a Table. Don't use Wrap_Content height for listview. Use a Weight on the RelativeLayout. - TreKing

[android-developers] android messaging application layout

2010-12-23 Thread Kapil Lokhande
i want to create messaging application layout for sending message. i tried with table layout but as listview items increases edit text and button dissappears . i have used two table rows with first row holding listview with wrap content height for messages and second row contains relative layout fo