Skip to content

Releases: limuyang2/CardSearchView

1.1.0.1

22 Feb 02:02
Compare
Choose a tag to compare

fix 设置输入框高度崩溃的bug

1.1.0.0

19 Feb 08:34
Compare
Choose a tag to compare

修改SearchView的继承关系,现继承于CardView,方便直接设置CardView的属性。
优化界面布局。
去除第三方adapter库。

1.0.7.0

02 Apr 06:04
Compare
Choose a tag to compare

优化部分代码

1.0.6.9

24 Oct 08:56
Compare
Choose a tag to compare

添加设置输入框高度属性:
xml SearchView:inputView_height
java setSearchInputViewHeight()

1.0.6.8

08 Oct 09:41
Compare
Choose a tag to compare

修复关闭时的一处bug

1.0.6.7

13 Sep 03:27
Compare
Choose a tag to compare

修复布局BUG

1.0.6.6

12 Sep 15:40
Compare
Choose a tag to compare

更新 build.gradle,去除butterknife
#2

1.0.6.5

12 Sep 15:18
Compare
Choose a tag to compare

修改:设置输入框初始文本后,光标默认最后
添加:获取输入框方法getEditTextView(),方便自定义属性

1.0.6.4

20 Aug 14:53
Compare
Choose a tag to compare

修复bug

1.0.6.3

20 Aug 11:52
Compare
Choose a tag to compare

添加设置『清除历史』点击监听