@@ -141,37 +141,37 @@ Renderings: ![Renderings](https://raw.github.com/jpardogo/ListBuddies/master/art
141
141
142
142
#### Second. ActionBar
143
143
1 . ActionBarSherlock
144
- 为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题
144
+ Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
145
+
145
146
Project Address: https://github.com/JakeWharton/ActionBarSherlock
146
147
Demo Apk: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.demos
147
- Similar App: 太多了。。现在连google都在用
148
148
149
149
1 . ActionBar-PullToRefresh
150
- 下拉刷新,ActionBar出现加载中提示
150
+ ActionBar-PullToRefresh provides an easy way to add a modern version of the pull-to-refresh interaction to your application.
151
151
Project Address: https://github.com/chrisbanes/ActionBar-PullToRefresh
152
152
Demo Apk: https://play.google.com/store/apps/details?id=uk.co.senab.actionbarpulltorefresh.samples.stock
153
- Similar App: Gmail,Google plus,知乎等
153
+ Similar App: Gmail,Google plus
154
154
155
155
1 . FadingActionBar
156
- ListView向下滚动逐渐显现的ActionBar
156
+ Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app
157
157
Project Address: https://github.com/ManuelPeinado/FadingActionBar
158
158
Demo Apk: https://play.google.com/store/apps/details?id=com.manuelpeinado.fadingactionbar.demo
159
- Similar App: google music,知乎
159
+ Similar App: google music
160
160
161
161
1 . NotBoringActionBar
162
- google music下拉收缩的ActionBar
162
+ Auto dismis actionbar when content scroll down
163
163
Project Address: https://github.com/flavienlaurent/NotBoringActionBar
164
164
Demo Apk: http://flavienlaurent.com/blog/2013/11/20/making-your-action-bar-not-boring/
165
- Similar App: Google音乐
165
+ Similar App: google music
166
166
167
167
1 . RefreshActionItem
168
- 带进度显示和刷新按钮的ActionBar
168
+ An action bar item which acts both as a refresh button and as a progress indicator
169
169
Project Address: https://github.com/ManuelPeinado/RefreshActionItem
170
170
Demo Apk: https://play.google.com/store/apps/details?id=com.manuelpeinado.refreshactionitem.demo
171
171
Similar App: The New York Times,DevAppsDirect.
172
172
173
173
1 . GlassActionBar
174
- 类似玻璃的有一定透明度的ActionBar
174
+ An Android library which implements a glass-like effect for the action bar
175
175
Project Address: https://github.com/ManuelPeinado/GlassActionBar
176
176
Demo Apk: https://play.google.com/store/apps/details?id=com.manuelpeinado.glassactionbardemo
177
177
Similar App: google music
0 commit comments