[android-developers] How to set state_selected for initially selected item in gallery

2012-03-22 Thread Joachim
I have a gallery with textviews. The initially selected item doesn't have state_selected. Even textview.setSelection(n) doesn't help. Is there a work around? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] How to set state_selected for initially selected item in gallery

2012-03-22 Thread TreKing
On Wed, Mar 21, 2012 at 2:51 AM, Joachim joachims...@gmail.com wrote: Even textview.setSelection(n) doesn't help. TextView.setSelection() does not exist. That might be a problem. - TreKing