Re: [android-developers] Focus is not coming on list in slidingDrawer

2011-02-26 Thread TreKing
On Fri, Feb 25, 2011 at 7:58 AM, Manish Garg wrote: > now focus is on my child activity when I am clicking on slidingDrawer, it > is getting opened but focus is not coming on the list > That's not really surprising. If you need focus on the ListView in the sliding drawer, call requestFocus() on

[android-developers] Focus is not coming on list in slidingDrawer

2011-02-25 Thread Manish Garg
Hi, In my application, I have created a tabactivity which contains slidingDrawer to display some dynamic messages. I am using listview for it. now focus is on my child activity when I am clicking on slidingDrawer, it is getting opened but focus is not coming on the list. -- You received this me