Android开源项目-第10弹-palette

palette效果: 

  1. Android Floating Label Widgets
    包含一系列控件,这些控件特点是:有默认值,当值不为空时默认值浮动到上面变为提示
    项目地址:https://github.com/marvinlabs/android-floatinglabel-widgets
    Demo 地址:https://play.google.com/store/apps/details?id=com.marvinlabs.widget.floatinglabel.demo
    在线演示:http://www.youtube.com/watch?v=hpZD9gJcRg0&feature=youtu.be

  2. MaterialEditText
    EditText 的 Material Design 实现。包含 Google Material Design Spec中的 UI 效果和一些新增特性。
    项目地址:https://github.com/rengwuxian/MaterialEditText

  3. MaterialEditText
    实现 Material Design 中 Ripple 效果线条背景的 EditText。直接替换原生 EditText 即可集成。
    项目地址:https://github.com/DreamingInCodeZH/MaterialEditText

  4. MultiActionTextView
    可以分别给 TextView 中的某几个字设置点击事件的 TextView
    项目地址:https://github.com/ajaysahani/MultiActionTextView
    效果图:

  5. ToggleButton
    状态切换的 Button,类似 iOS,用 View 实现
    项目地址:https://github.com/zcweng/ToggleButton
    效果图:

  6. SwitchButton
    状态切换的 Button,类似 iOS,拥有良好的用户界面
    项目地址:https://github.com/kyleduo/SwitchButton
    效果图:

  7. SlideSwitch
    状态切换的开关,可以设置为类似 IOS 的圆形,也可以设置为矩形,用 View 实现
    项目地址:https://github.com/Leaking/SlideSwitch
    效果图:

  8. ExpandableTextView
    可展开和收缩内容的 TextView。
    项目地址:https://github.com/Manabu-GT/ExpandableTextView
    效果图:Renderings

  9. TagCloudView(支持 SingleLine 模式的标签云)
    标签云效果,只需要一行代码即可设置为 SingleLine 模式,轻松实现知乎问题话题列表效果。SingleLine 模式时末尾文字及图片可自定义。 项目地址:https://github.com/kingideayou/TagCloudView
    示例APK地址:https://github.com/kingideayou/TagCloudView/raw/master/apk/Demo.apk
    APP示例:知乎
    效果图:

  10. BubbleTextView Android Bubble View 项目地址:https://github.com/dupengtao/BubbleTextView 效果图:

  11. shadow-layout Android Shadow Layout 解决了CardView:1.不能画圆的阴影。2.设置阴影的位置。3.设置阴影颜色。 项目地址:https://github.com/dmytrodanylyk/shadow-layout 效果图: 

你可能感兴趣的:(Android开源项目-第10弹-palette)