本文主要是介绍Android开源控件搜集--Text View,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
http://blog.csdn.net/binglumeng/article/details/53205044?locationNum=2&fps=1
Android开源控件搜集--Text View
Android开源控件搜集—-Text View
Note:本篇博客长期维护更新,欢迎各位网友共同合作,共享知识与技术。
本篇博客主要搜集个人任务比较优秀的Android开源控件,大多来自github,并附上链接,自己学习之余,亦希望于大家有所帮助。
Android的控件还算比较多,官方和第三方自定义优秀控件数不胜数,搜集难免不全,逐步更新丰富吧。
Text View
其实好多第三方view,都是自定义的,未必十分符合text View的概念,姑且把个人认为的text view归类到此吧。
-
Ticker
简单的可实现跳动显示字符的Text View,效果:
github地址:https://github.com/robinhood/ticker
-
Expandable Text View
正如项目介绍一样,这是一个可以折叠/展开的Text View,效果:
github地址:https://github.com/Manabu-GT/ExpandableTextView
-
SlantedTextView
倾斜的Text View,多用于给图片加个小标签,效果:
github地址:https://github.com/HeZaiJin/SlantedTextView
-
ReadMoreTextView
类似上面expandable TextView 这也是一个可以折叠/站看的text View控件,效果:
github地址:https://github.com/borjabravo10/ReadMoreTextView
-
SuperTextView
国人开发者写的一个自定义综合控件,常作于设置列表的item项比较合适,似乎有点实用性,效果:
github地址:https://github.com/lygttpod/SuperTextView
-
AutoLinkTextView
附带可以设置链接功能的text View,效果:
github地址:https://github.com/armcha/AutoLinkTextView
-
Floating Text
一个可以弹出飞出文字的textview,效果:
github地址:https://github.com/UFreedom/FloatingText
-
SecretTextView
具有淡入淡出效果的Text View,效果:
github地址:https://github.com/matthewrkula/SecretTextView
-
DraweeTextView
没理解作者的描述,似乎是一个可以构造复杂图形文字显示的Text View,似乎有用?效果:
github地址:https://github.com/Bilibili/drawee-text-view
-
HTextView
支持炫酷动画效果的Text View,效果:
github地址:https://github.com/hanks-zyh/HTextView
-
Titanic
这名字看不出是text view啊,呵呵,实现自动沉水的text view,效果:
github地址:https://github.com/RomainPiel/Titanic
-
Shimmer
比较流行的一个闪动式text View,效果:
github地址:https://github.com/RomainPiel/Shimmer-android
还有一个同名的,可能更强的,效果:
github地址:https://github.com/facebook/shimmer-android
-
emojicon
一个可以显示emoji表情的textview ,效果:
github地址:https://github.com/rockerhieu/emojicon
-
AutoFitTextView
可以在限定的大小,自动调整文字大小来适应边界,效果:
github地址:https://github.com/grantland/android-autofittextview
-
iconify
可以显示很卡哇伊的效果的text view,效果:
github地址:https://github.com/JoanZapata/android-iconify
-
Calligraphy
便于快速在xml中使用字体的textview,效果:
github地址:https://github.com/chrisjenx/Calligraphy
-
RobotoText View
类似上边,这个可以快捷使用android的roboto字体的textview,效果:
github地址:https://github.com/johnkil/Android-RobotoTextView
-
JumpingBeans
可以简单上下跳动的textview,效果:
github地址:https://github.com/frakbot/JumpingBeans
-
CountDown View
不知算不算text view,属于一个倒计时显示的text view吧,效果:
github地址:https://github.com/iwgang/CountdownView
-
VerTextView
竖排显示的text view,效果:
github地址:https://github.com/lfkdsk/JustWeTools
-
LabelView
类似上面提到的SlantedTextView,这也是一个倾斜的作为标签的textview,效果:
github地址:https://github.com/linger1216/labelview
-
Live emoji
可以显示动态emoji的text view,姑且成为text view吧,呵呵,效果:
github地址:https://github.com/RomainPiel/live-emoji
-
MatchView
随风飘散的效果的text view,效果:
github地址:https://github.com/Rogero0o/MatchView
-
TextJustify
算是一个可以对其调整的text view么,效果:
github地址:https://github.com/bluejamesbond/TextJustify-Android
-
RoundedLetterView
类似Android联系人目录,显示头像或名字字母的text View,效果:
github地址:https://github.com/pavlospt/RoundedLetterView
-
TextDrawable
类似上面RoundedLetterView,效果:
github 地址:https://github.com/amulyakhare/TextDrawable
-
BabushkaText
可以自定义样式的textview,效果:
github地址:https://github.com/quiqueqs/BabushkaText
-
TextSurface
可以自带动画效果的textview,效果:
github 地址:https://github.com/elevenetc/TextSurface
-
Text Counter
可以上下计数的text view,效果:
github地址:https://github.com/premnirmal/TextCounter
-
android-ago
可以自动更新显示其生成时间的一个text view,效果:
github地址:https://github.com/curioustechizen/android-ago
-
TimelyTextView
数字间变化的的一个text view,效果似乎是:
github:https://github.com/adnan-SM/TimelyTextView
这篇关于Android开源控件搜集--Text View的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!