文章分类 -  文本显示 (TextView)

【开源】FlyTxtView
摘要:FlyTxtView项目地址:https://github.com/tosslife/FlyTxtView介绍:仿《最美壁纸》iOS版文字逐个飞入效果 ,效果很不错。运行效果: 阅读全文

posted @ 2015-05-06 11:03 wasdchenhao 阅读(158) 评论(0) 推荐(0)

【开源】TextCounter
摘要:TextCounter项目地址:https://github.com/premnirmal/TextCounter介绍:继承自TextView,实现了数字自动增长或减小。运行效果:使用说明:Xml123456789101112131415Java1234567891011121314151617fi... 阅读全文

posted @ 2015-04-29 10:18 wasdchenhao 阅读(172) 评论(0) 推荐(0)

【开源】TagCloudLinkView
摘要:TagCloudLinkView项目地址:https://github.com/namito/TagCloudLinkView/archive/master.zip介绍:可以完成添加、删除、选择操作的标签控件,可以自定样式(颜色等),可删除的标签末尾带有'×'符号。和Android-Cloud-Ta... 阅读全文

posted @ 2015-04-27 09:36 wasdchenhao 阅读(151) 评论(0) 推荐(0)

【开源】Android-Cloud-TagView-Plus
摘要:Android-Cloud-TagView-Plus项目地址:https://github.com/kidhaibara/Android-Cloud-TagView-Plus介绍:Android上的云标签控件,除了能设置标签的样式外,还能监听标签的点击和删除事件。 支持设置标签内容的样式,如字体大小... 阅读全文

posted @ 2015-04-27 09:35 wasdchenhao 阅读(141) 评论(0) 推荐(0)

【开源】TimelyTextView
摘要:TimelyTextView项目地址:https://github.com/adnan-SM/TimelyTextView介绍:两个不同的数字之间无缝切换效果,可以用在时间显示之类的应用中。运行效果:使用说明:无相关代码CircularBarPagerSlideDayTimePickerSmooth... 阅读全文

posted @ 2015-04-14 09:30 wasdchenhao 阅读(166) 评论(0) 推荐(0)

【开源】android-autofittextview
摘要:android-autofittextview项目地址:https://github.com/grantland/android-autofittextview介绍:自动根据控件的范围调整字体大小的TextView运行效果:使用说明:在代码中让任何view继承TextView:1AutofitHel... 阅读全文

posted @ 2015-04-10 09:54 wasdchenhao 阅读(493) 评论(0) 推荐(0)

【开源】floatlabelededittext
摘要:floatlabelededittext项目地址:https://github.com/wrapp/floatlabelededittext介绍:让嵌套在floatlabelededittext布局之内的EditText在输入的时候出输入框上方现悬浮文字提示运行效果:使用说明:12345678910... 阅读全文

posted @ 2015-04-10 09:45 wasdchenhao 阅读(569) 评论(0) 推荐(0)

【开源】Shimmer-android
摘要:Shimmer-android项目地址:https://github.com/RomainPiel/Shimmer-android介绍:文字闪烁效果的TextView控件运行效果:使用说明:可以使用reflectionColor属性改变闪烁颜色1234567自定义动画12345//DON'TCOPY... 阅读全文

posted @ 2015-04-09 09:39 wasdchenhao 阅读(186) 评论(0) 推荐(0)

【开源】SecretTextView
摘要:SecretTextView项目地址:https://github.com/matthewrkula/SecretTextView介绍:一个有文字淡入淡出效果的TextView,不同的文字淡入淡出的过程是不一致的。应用Secret 中的效果。运行效果:使用说明:布局123456789淡入淡出123s... 阅读全文

posted @ 2015-04-09 09:16 wasdchenhao 阅读(192) 评论(0) 推荐(0)

【开源】android-viewbadger
摘要:android-viewbadger项目地址:https://github.com/jgilfelt/android-viewbadger介绍:对任意一个View上显示数字提示(badge)的库,只需在代码中简单的设置下就可以,不需要写额外的布局。运行效果:使用说明:java代码:1234Viewt... 阅读全文

posted @ 2015-04-03 13:03 wasdchenhao 阅读(112) 评论(0) 推荐(0)

【开源】ExpandableTextView
摘要:ExpandableTextView项目地址:https://github.com/Manabu-GT/ExpandableTextView介绍:ExpandableTextView 是一个让你轻松实现“展开收起(expand/collapse)”功能的控件 ,运行效果:使用说明:Expandabl... 阅读全文

posted @ 2015-04-02 11:02 wasdchenhao 阅读(372) 评论(0) 推荐(0)

【开源】longshadowtextview
摘要:longshadowtextview项目地址:https://github.com/shamanland/longshadowtextview介绍:TextView的长投影效果,这源码有点问题,不建议下载。运行效果: 阅读全文

posted @ 2015-04-02 10:43 wasdchenhao 阅读(96) 评论(0) 推荐(0)

【开源】advanced-textview
摘要:advanced-textview项目地址:https://github.com/chiuki/advanced-textview介绍:TextView的高级版本,拥有非常多的特色功能:CompoundDrawable图标的动画,文字阴影,自定义font,文字渐变,html文本,文字内容的某部分可响... 阅读全文

posted @ 2015-03-30 11:13 wasdchenhao 阅读(117) 评论(0) 推荐(0)

【开源】AutoFitTextView
摘要:AutoFitTextView项目地址:https://github.com/AndroidDeveloperLB/AutoFitTextView介绍:一个能够根据占用空间自动调整字体大小的TextView,源码中的例子程序演示了不同参数改变时,AutoFitTextView是如何调整自己的。如果知... 阅读全文

posted @ 2015-03-30 10:44 wasdchenhao 阅读(224) 评论(0) 推荐(0)

【开源】TextJustify-Android
摘要:TextJustify-Android项目地址:https://github.com/bluejamesbond/TextJustify-AndroidAndroid Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0htt... 阅读全文

posted @ 2015-03-24 16:37 wasdchenhao 阅读(446) 评论(0) 推荐(0)

导航