Nothing actually, here's my gallery definition. <Gallery android:id="@+id/Gallery" android:layout_width="match_parent" android:layout_height="70dip" android:spacing="25dip" android:gravity="center" android:unselectedAlpha="1.2" />
Is it mandatory to provide a selector? I also tried adding the following 2 parameters: android:listSelector="@drawable/selection_image" android:drawSelectorOnTop="true" Even that didn't help. On Wednesday, May 16, 2012 10:51:42 PM UTC+5:30, MagouyaWare wrote: > > What are you using for your selector? > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Wed, May 16, 2012 at 10:25 AM, Put_tiMe <putt...@gmail.com> wrote: > >> I'm using a 'Gallery' widget. And I've registered for a item-click >> callback. >> >> And I'm getting the callback when I click on an item. >> But the problem is that I don't see any selection UI. >> How do I fix this? >> >> Thanks >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to android-developers@googlegroups.com >> To unsubscribe from this group, send email to >> android-developers+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en