android UI external libraries?

前端 未结 2 1021
我在风中等你
我在风中等你 2021-02-11 04:12

I\'m starting with android, and the app I\'m developing is gonna need custom widgets look (glossy buttons, animated backgrounds etc.), I\'ve googled for any external libraries t

2条回答
  •  清歌不尽
    2021-02-11 04:47

    You need to explore View Styles. You can customize almost any view element. You might not need any external library that extends and designs custom buttons.

    More ref:

    • http://blog.androgames.net/40/custom-button-style-and-theme/
    • http://www.androidworks.com/changing-the-android-edittext-ui-widget

提交回复
热议问题