[android-developers] Layout problems when setting windowIsFloating to true

2010-03-03 Thread westmeadboy
I've got a ListActivity using the Theme.Dialog theme and windowNoTitle set to true. Unfortunately, when I do this, the header rows (just normal rows in the list but they look like sub headers) refuse to fill_parent width (instead, they wrap_content - the header text). I noticed this was not a

Re: [android-developers] Layout problems when setting windowIsFloating to true

2010-03-03 Thread Mark Murphy
westmeadboy wrote: I've got a ListActivity using the Theme.Dialog theme and windowNoTitle set to true. Unfortunately, when I do this, the header rows (just normal rows in the list but they look like sub headers) refuse to fill_parent width (instead, they wrap_content - the header text).

[android-developers] Layout problems: AbsoluteLayout deprecated, how to do it now?

2010-01-30 Thread Martin
Hi! For my game Leonard Frog - Beta in the market, I use an AbsoluteLayout to place all the buttons in the correct position like in the following image: http://digle.de/friends/LeonardFrogBig.jpg Now the AbsoluteLayout is deprecated. How can I place these buttons now in the right position like

Re: [android-developers] Layout problems: AbsoluteLayout deprecated, how to do it now?

2010-01-30 Thread Mark Murphy
Martin wrote: For my game Leonard Frog - Beta in the market, I use an AbsoluteLayout to place all the buttons in the correct position like in the following image: http://digle.de/friends/LeonardFrogBig.jpg Now the AbsoluteLayout is deprecated. How can I place these buttons now in the right

[android-developers] Layout problems

2009-11-13 Thread jdekeij
Hoi, I try to get a button below my gameboard, however the gameboard overrides the button. When placed above the gameboard every thing is alright. The gameboard is named ¨reversi.com.BoardView¨ ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/