Skip to content

Latest commit

 

History

History
executable file
·
26 lines (20 loc) · 765 Bytes

File metadata and controls

executable file
·
26 lines (20 loc) · 765 Bytes

5.0.0

  • vector drawables support
  • bugfixes

Added methods:

  • SearchView.addDivider(RecyclerView.ItemDecoration itemDecoration)

  • SearchView.removeDivider(RecyclerView.ItemDecoration itemDecoration)

  • SearchView.setNavigationIconListener(View.OnClickListener listener)

4.0.0
News:

  • fixed many issues and bugs.
  • added SearchBehavior for work in CoordinatorLayout.
  • SearchView.setArrowOnly
  • SearchView.setInputType
  • SearchView.getInputType
  • SearchView.setImeOptions
  • SearchView.getImeOptions

Changes:

  • SearchView.setTextInput has been changed to SearchView.setTextOnly.
  • method SearchView.setOnOpenCloseListener() now returns boolean values.
  • method setNavigationIconArrowHamburger() was deprecated. Do not use it anymore.