Android高手必学个性化控件之ActionBar

作者:wendy | 创建时间: 2023-04-05
Android高手必学个性化控件之ActionBar汇总,干货拿来就可以用在项目中!...
Android高手必学个性化控件之ActionBar

操作方法

ActionBarSherlock 为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题 项目地址:https://github.com/JakeWharton/ActionBarSherlock Demo地址:https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.demos APP示例:太多了。。现在连google都在用

GlassActionBar 类似玻璃的有一定透明度的ActionBar 项目地址:https://github.com/ManuelPeinado/GlassActionBar Demo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.glassactionbardemo APP示例:google music

ActionBar-PullToRefresh 下拉刷新,ActionBar出现加载中提示 项目地址:https://github.com/chrisbanes/ActionBar-PullToRefresh Demo地址:https://play.google.com/store/apps/details?id=uk.co.senab.actionbarpulltorefresh.samples.stock APP示例:Gmail,Google plus,知乎等

FadingActionBar ListView向下滚动逐渐显现的ActionBar 项目地址:https://github.com/ManuelPeinado/FadingActionBar Demo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.fadingactionbar.demo APP示例:google music,知乎

NotBoringActionBar google music下拉收缩的ActionBar 项目地址:https://github.com/flavienlaurent/NotBoringActionBar Demo地址:http://flavienlaurent.com/blog/2013/11/20/making-your-action-bar-not-boring/ APP示例:Google音乐

RefreshActionItem 带进度显示和刷新按钮的ActionBar 项目地址:https://github.com/ManuelPeinado/RefreshActionItem Demo地址:https://play.google.com/store/apps/details?id=com.manuelpeinado.refreshactionitem.demo APP示例:The New York Times,DevAppsDirect.

点击展开全文

更多推荐