Style android spinner

后端 未结 4 1067
情话喂你
情话喂你 2020-11-30 00:24

I\'m trying to get my android app a bit more stylish and have made some progress but the spinner dropdown are giving me trouble. I\'ve got a screenshot to show you the probl

4条回答
  •  遥遥无期
    2020-11-30 00:34

    style android spinner

    Spinner Widget requires two different custom layouts, one for the view to be displayed and another for the drop down list!

    In this example blog on Custom Spinner Android, we will guide you how to create a custom spinner in android studio which will have:

    1. Customized Background for Selected Item
    2. Custom Selected Item Text Color
    3. Text Color for Dropdown
    4. Background for Drop down List
    5. Spinner Animation

    Link here: https://androiddvlpr.com/custom-spinner-android/

提交回复
热议问题