Android Question Using Spinner as "Launcher" for InputList

jaraiza

Active Member
Licensed User
Longtime User
Hi!

I'm trying to use a Spinner, but instead listing the items there I'm adding them to an InputList. The problem is, I can't use a click event for spinner; at the moment I've added it to ItemClick and it works as intended but I don't want the InputList to launch when I click on the item but in the control itself.

Is there any way to accomplish that?

Thanks!
(I'm including the code in a zip)
 

Attachments

  • SpinnerInputList.zip
    361 KB · Views: 201

jaraiza

Active Member
Licensed User
Longtime User
Why are you using a spinner? Use a regular button instead.
Because the "Look", I'd like it more like this:

Spinner_Look.png

than a button look :)

Greets!
 
Upvote 0
Top