Tagged Questions
0
votes
2answers
31 views
Android Spinner to give text answer displayed
I currently have a spinner giving the same result as the spinner selection. For example if I selected the word "Blue" from the spinner drop down the word "Blue" would be displayed in a text box below ...
0
votes
1answer
56 views
How to fix text length in Android Spinner
I have spinner who collect data from DB and display on real time. The problem I am facing is that when the length of an item is quite long then the spinner Stretch itself and goes out of the ...
1
vote
1answer
385 views
How to change the text background color of a opened Spinner on Android
I set this XML Style in my app, but when I open a Spinner I cant see the text.
This is where searching of information takes place.I don't really know what I am doing wrong.
This is the XML Style:
...
2
votes
0answers
219 views
Spinner text color and dropdown color are same
I have 2 spinners in my activity. One of the spinners, comExpiry, is populated based on the value selected from another Spiner, comSpinner. However, I am running into a problem where comSpinner is ...
1
vote
1answer
174 views
Android Spinner Change Text Size From Prompt
I have a spinner with a custom text view like in the code below:
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
...
0
votes
3answers
1k views
How to set the items' text color in Spinner Android
I'm having problems with setting text color for the Spinner. I've seen few examples but most have ArrayAdapter and String array from strings.xml in res folder as my Spinner's items are retrieved from ...
1
vote
2answers
894 views
Change font size on actual Spinner button object
I know it is possible to change the font size of the Spinner menu that pops up when the button is clicked, and I know it is possible to change the font size of an ordinary button - but I can't seem to ...
1
vote
2answers
447 views
Android - Spinner: text in several lines
I have done the tutorial about Spinner ([http://developer.android.com/resources/tutorials/views/hello-spinner.html]). However, if the text is much longer than the names of the planets, after clicking ...
0
votes
1answer
328 views
How to take data from an edit text and times it against a spinner value - dynamic update?
I'm trying to make a simple order system. So the user selects a burger type from a spinner, then the user can enter in the quantity and then there is some math taking place in the background which ...
2
votes
1answer
318 views
Half cut text in Spinner Android
i have one layout on Android, but if i change size of spinner my text are cut, i try custom background to spinner and try layout default but not resolve.
My XML:
<Spinner
...
1
vote
3answers
210 views
How to put text from spinner to file?
I have this problem. I read with BufferedReader text from one system file, this text contains for example 5 WORDS, but in another case it can contain less or more words, then I put this text (these ...
1
vote
3answers
650 views
How to change the text Size of Spinner run time
I have a android spinner. I want to change the size of the spinner text (selected text from the dropdown) run time. I have a button on whose onCLick event I want to do the size change of few things. ...
3
votes
0answers
220 views
Displaying different text on a spinner item than the selected text, android
I have a spinner item, with three elements, say
i) A - one
ii) B - two
iii) C - three.
When the user presses the spinner, the drop down box displays these
elements, but when one of them is ...
20
votes
5answers
14k views
Android: Where is the Spinner widget's text color attribute hiding?
I'm trying to change the text color of the single item that is displayed in the spinner button after you select an item from the dropdown. I've been perusing the themes.xml and styles.xml in the ...
9
votes
3answers
7k views
How to wrap lengthy text in a spinner
I have two spinner and EditText controls within a table layout view on a separate row. The spinners are populated with data. My problem is the data (texts) that are populated into the spinners are too ...
1
vote
3answers
1k views
Spinner with text and icons
i need to make a spinner with text and icons.. how can i do that? I only now how to put the same icon to all lines of the spinner.. i need to put diferent icons to each line..
1
vote
1answer
2k views
android: each item of spinner different color
I have a spinner in which I would like to have the text of each item be a different color. for example on item0 the text should be red, item1 the text should be blue, and item2 the text should be ...
4
votes
3answers
10k views
android change text color of items in spinner
I have a spinner where in certain conditions some options should not be selectable. I have the code to make items not selectable but it does not grey out text color to specify that the item is not ...
2
votes
1answer
5k views
Spinner with Text and Icons
In my app, I have a Spinner, that can be filled with two Arrays of Strings, stored in my values/strings.xml resource. Depending on the state of two RadioButtons, the values from the correct Array is ...
2
votes
1answer
3k views
How can i change text size in an android spinner?
Hi i have an android spinner populated from and array that i want to increase the text size of when it actually pops up. See at the moment it looks like this when it expands:
Which on an actual ...
2
votes
0answers
976 views
view text in the center of the spinner when select from the drop down list [duplicate]
Possible Duplicate:
set view text align at center in spinner in android
can anybody tell me how to view text in the center of the spinner when the text is select from the drop down list?
