Android: Change Spinner Dropdown view

前端 未结 6 1197
轻奢々
轻奢々 2021-01-04 23:11

Im My application I want the below type of Spinner Dropdown view .\"enter For this type of spi

6条回答
  •  旧巷少年郎
    2021-01-04 23:23

    Your application is running on old theme.

    If you are using android 4.2 set android application theme (in the manifest file) to

     android:theme="@android:style/Theme.Holo.Light"
    

    OR

     android:theme="@android:style/Theme.Holo.Light.DarkActionBar"
    

提交回复
热议问题