Skip to content Skip to sidebar Skip to footer

Correct Usage Of A Spinner, Following Material Design Guidelines

After reading the new design guidelines of Google's material design, I didn't found any clear solution for designing/displaying a spinner (http://developer.android.com/design/build

Solution 1:

A spinner will be automatically themed correctly for the Material Guidelines when your App Theme inherits from Material.Theme (or Appcompat). You can then declare and populate your spinner like described here: http://developer.android.com/guide/topics/ui/controls/spinner.html

In Android Studio you can find the Spinner in the section "Widgets" at the bottom.

Solution 2:

Post a Comment for "Correct Usage Of A Spinner, Following Material Design Guidelines"