牛X素材推荐之MaterialTextField

来源:互联网 发布:线性映射的矩阵表示 编辑:程序博客网 时间:2024/04/29 18:39

转载请注明出处:王亟亟的大牛之路

深度折叠简化的一个Edit,动画也比较轻盈,但是楼主不太好把控他的使用场景,因为 是一个EditText,效果倒是不错,分享给大家学习下还是OK的。

效果:
这里写图片描述

载入包:

compile 'com.github.florent37:materialtextfield:1.0.1@aar'compile 'com.android.support:cardview-v7:22.2.1'compile 'com.nineoldandroids:library:2.4.0'

如何使用?

<com.github.florent37.materialtextfield.MaterialTextField        android:layout_width="300dp"        android:layout_height="wrap_content"        app:mtf_image="@drawable/ic_mail_grey600_24dp"        >        <EditText             android:layout_width="match_parent"             android:layout_height="wrap_content"             android:hint="Password"             android:textColor="#333"             android:textColorHint="#666"             android:textSize="15sp" /></com.github.florent37.materialtextfield.MaterialTextField>

样例下载地址:https://github.com/MiguelCatalan/MaterialSearchView/archive/master.zip

1 0
原创粉丝点击