Top "Spinner" questions

Spinner is a widget that allows the user to select an item from a group, like a dropdown list.

Add more space between items in Android Spinner without custom style?

I have an Android application I'm writing for a Concrete company that will be used for clocking in and out. …

java android spinner android-spinner
Change Spinner DropDown width

I need resize this part size to full display. How can i do this? My adapter: String[] navigations = getResources().getStringArray(…

android spinner android-spinner titlebar android-titlebar
How is it possible to create a spinner with images instead of text?

Given the code bellow, is it possible to have images instead of text in the array planets? Spinner s = (Spinner) …

android spinner
Angular Material mat-spinner custom color

Does anyone know how can I change mat-spinner color in Angular Material? Overriding css doesn't work. I tried changing color …

css angular angular-material spinner
Android - Remove Spinner Dropdown Arrow

I'm just wondering if it's at all possible to simply remove the dropdown arrow for a spinner? I have a …

android android-layout spinner android-spinner android-selector
How to make a date spinner on Android

How do I create an Android spinner that open a date picker dialog? I want a Spinner that looks like …

java android date spinner
Add a spinner when Mat-table is loading?

I load the data in my material table like that : ngOnInit(){ return this.annuairesService.getMedecins().subscribe(res => this.dataSource.…

angular typescript spinner datasource
Spinner onItemSelected called erroneously (without user action)

I have a spinner which I am showing in a dialog view, and the moment the dialog starts onItemSelected is …

android spinner android-spinner
How can I add a hint to the Spinner widget?

I have a Spinner in spinnerMode="dropdown" mode. Instead of the preselected first item, I want to show the user …

android user-interface spinner hint
Creating a spinner for choosing country code

I want to create a spinner for selecting a country and getting its country code. I already found this item …

android spinner mobile-country-code