【开源】MaterialEditText
MaterialEditText
- https://github.com/Pombo/MaterialEditText
介绍:
Material Design风格的输入框控件,可以设置图标,支持悬浮文字提示。运行效果:
![]()
使用说明:
|
1
2
3
4
5
6
7
8
|
<MaterialEditText android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="Hint text" android:text="Input text" material:floatingLabel="true" material:maxCharacters="120" material:withIcon="@+id/image_view"/> |
posted on 2015-04-22 09:58 wasdchenhao 阅读(128) 评论(0) 收藏 举报

浙公网安备 33010602011771号