Android: Drawing a button as a spinner

前端 未结 5 1500
一生所求
一生所求 2020-12-15 05:39

I have a custom android view that extends \'Button\' and acts as a multi-level spinner - when it is pressed it displays a series of spinner-like dialogs that allow a user to

5条回答
  •  一向
    一向 (楼主)
    2020-12-15 05:45

    This is how I managed to draw a button that is styled like a Spinner:

    That's it!

    Update

    Something like the following should also work:

    
    

    For more styles take a peek into the SDK, e.g. sdk/platforms/android-18/data/res/values/styles.xml

提交回复
热议问题