那些年收藏的Android开源库集合(UI效果)
2017-04-08 本文已影响6959人
imflyn
文章内容定期更新
该专题其他文章:
那些年收藏的Android开源库集合(控件)
那些年收藏的Android开源库集合(工具)
-
动画效果
-
水波式loading等待动画 https://github.com/race604/WaveLoading
-
滚动RecycleView动画 https://github.com/borjabravo10/FocusResize
-
RecycleView中各种动画 https://github.com/wasabeef/recyclerview-animators
-
TextView中文字跳动效果 https://github.com/frakbot/JumpingBeans
-
Activity跳转动画 https://github.com/lgvalle/Material-Animations
-
点击FloatingBar后的过渡动画 https://github.com/Jaouan/Revealator
-
背景特效
-
仅使用一张资源图片为 View 设置具有按下效果的背景 https://github.com/maoruibin/OneDrawable
-
高斯模糊:
-
字体修改:
-
文本效果:
-
构造Span增强文本内容 https://github.com/JMPergar/AwesomeText
-
手势效果
-
RecycleView手势效果 https://github.com/iPaulPro/Android-ItemTouchHelper-Demo
-
RecycleView选中拖拽 https://github.com/MFlisar/DragSelectRecyclerView