Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 940 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 940 Bytes

Search toolbar with animation

Create a simple toolbar with circurlar reveal animation when searching!

Api > 21 ? Circular reveal animation! : change without animation;


Example


Usage

In your application gradle file, add the following

compile 'com.github.udioshi85:libSearchToolbar:1.3.0'

Example

Example can be found in the following url https://github.com/UdiOshi85/SearchToolbarExample

Developer notes

  • I've implemented everything assuming that your menu xml has only 1 item and it's the magnifying glass one
  • The animation uses API > 21 so if your device is below it's still work but without the animation
  • Found a Bug? please report in our Issues section
  • License under Apache 2.0