SearchView
Introduction: 一个实现了搜索动画效果的 searchview,实现了点击后开始动画,数据加载完毕后停止动画,灵感来源 dribbble
Tags:
searchview-搜索-动画-dribbble-This a view that waiting for network connection to resolve with cool animation . I was inspired by this in dribbble
for the view has not implements all its animation , so I am glad for other people to help me to improve this view,this is so cool!

Usage
XML
<xhome.uestcfei.com.searchview.SearchView
android:layout_width="300dp"
android:id="@+id/search"
android:layout_centerHorizontal="true"
android:layout_height="300dp" />
JAVA
public void stop(View view) {
Log.d(TAG, "stop");
searchView.stopSearch();
}
public void start(View view) {
Log.d(TAG, "start");
searchView.startSearch();
}
License
no license ,share as you like it !
