Re: [android-developers] Gallery widget selection.

2012-05-17 Thread Nikolay Elenkov
On Thu, May 17, 2012 at 1:28 PM, Put_tiMe putt...@gmail.com wrote: Nothing actually, here's my gallery definition. Gallery                     android:id=@+id/Gallery                     android:layout_width=match_parent                     android:layout_height=70dip                    

Re: [android-developers] Gallery widget selection.

2012-05-17 Thread Justin Anderson
Oh yeah... It has been awhile since I've done any work on my Gallery widgets... I forgot they were a little different from normal views with an adapter. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 17, 2012 at 6:52 AM, Nikolay Elenkov

[android-developers] Gallery widget selection.

2012-05-16 Thread Put_tiMe
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

Re: [android-developers] Gallery widget selection.

2012-05-16 Thread Justin Anderson
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

Re: [android-developers] Gallery widget selection.

2012-05-16 Thread Put_tiMe
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