[android-developers] Re: How to prevent Runtime exception from SlidingDrawer onMeasure???

2010-07-29 Thread pnk444
Any help. I don't what is wrong in that design. Please correct me. Thanks in advance. On Jul 28, 8:46 pm, pnk444 wrote: > Hi. >    I have specified both layout_width and layout_height as > "fill_parent" in my xml file. > > Thanks in advanc. > > On Jul

[android-developers] Re: How to prevent Runtime exception from SlidingDrawer onMeasure???

2010-07-28 Thread pnk444
CIFIED dimensions > > Seems like you forgot to specify layout_width and layout_height in the XML > file. > > -- Kostya > > 28.07.2010 12:33, pnk444 пишет: > > > > > > > Hi , > > >     Thanks for your replay. > > >    I am getting the fol

[android-developers] Re: How to prevent Runtime exception from SlidingDrawer onMeasure???

2010-07-28 Thread pnk444
n that triggered the RunTimeException.  Then the cause is > usually fairly obvious, or at least you have a good start on debugging > it. > > On Jul 27, 9:42 am, pnk444 wrote: > > > > > Hi, > > >    I have used sliding drawer in my code as follows. > > > > a

[android-developers] How to prevent Runtime exception from SlidingDrawer onMeasure???

2010-07-27 Thread pnk444
Hi, I have used sliding drawer in my code as follows. //Some views here //Some views here //Content and handle are here > When i set this as content i am getting RunTime Exception in SlidingDrarwer onMeasure!. How can i prevent RunTimeException?

[android-developers] TableLayout is not appearing in the screen?

2010-06-22 Thread pnk444
Hi, I have a TableLayout in a scrollView, which is ocuupying entire screen. I have multiple rows, each having two textviews. Each row occupying parent width and height as wrapping. But when i trying to display it TableLayout is not appearing on the screen. While i trying to use hei