转载请注明出处:王亟亟的大牛之路
深度折叠简化的一个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