On Fri, Feb 25, 2011 at 7:58 AM, Manish Garg <[email protected]> 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 it when the sliding drawer is opened. But why is this a problem? ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

