Search code examples
androidlayoutspinner

Top/Bottom Padding for Spinner


How do I specify for a spinner in Android an extra padding on top/bottom of the first/last item? See sample of Goolge below (8 dp spacing). Google Simple Menu


Solution

  • Spinner does not support multiple view types.Issue.

    I suggested you using dialog for showing your list.

    Edited

    according to your comment resolved your problem with this question