3
votes
0answers
86 views

How to make little arrow from dropdown list stay close to text?

I have a dropdown list in my Action Bar (ActionBarSherlock), but the little arrow stay too far from the text when text is short. I would like to do the same as the Google Plus app, where the arrow ...
0
votes
0answers
82 views

Replacing an ordinary Spinner to a ListNavigation From ActionBarSherlock

I had a real trouble adding ActionBarSherlock to my App ( including a MapView) I had a Spinner, and i thought that if a position the Spinner into the ActionBar i would gain space for the map. So Now ...
0
votes
2answers
108 views

Text color is not matching with spinner

am creating the android application, which contains some spinners. here some problem is showing. some times the spinners item's text color is varying based on the Device. how can i over come this.... ...
0
votes
0answers
107 views

How to link a style attribute for the spinner dropdownitem?

I would like to customize my spinner items so that it uses my own selector (resource) for showing the states disabled, pressed, focused and default. With resource i mean the xml where all the states ...
-1
votes
1answer
398 views

First item of Spinner should not appear in the drop down list [duplicate]

Possible Duplicate: How to make an Android Spinner with initial text “Select One” I have a spinner with items string-array name="spnr_browse_array"> <item>Browse ...
0
votes
2answers
992 views

how to create a drop-down list in Android

I'm new at programming in Android and I am wondering how can I create a drop-down list, I've tried a ScrollView but it's not exactly what I need... Thank you
0
votes
0answers
146 views

Hierarchical spinners or Cascading Menues in Android

I am trying to implement a series of hierarchical spinners or menus where I need to go from Country > State > County > City. The implementation in the CraigsList App caught my eye. It appears that ...
-2
votes
2answers
95 views

How to keep text with out changing on Spinner selection in android?

I would like to implement a drop down with label "CATEGORY" in android. Here, when I click on the "CATEGORY" button, then a list should be populated. But, when I select any item in that list, then I ...
3
votes
3answers
6k views

Android Dropdown-Menu (No spinner!)

I want to create a dropdown navigation. I drew this sketch: I already tried a spinner, but i dont want that combobox, only that list, wich shows on the button click
-1
votes
2answers
517 views

Dropdown list like Spinner in Android

I am trying to implement a dropdown list that looks like the web drop down list.. But what i could implement was only the spinner which can select an item but it doesn't give the idea of drop ...
10
votes
2answers
11k views

Custom Spinners/drop down menu

In the app Astrid Tasks, there is a button. When you press the button, a drop down menu comes up. It's basically a spinner but in a drop-down-list form. Does anyone know how to do something ...