MCPcopy Index your code
hub / github.com/UdiOshi85/libSearchToolbar

github.com/UdiOshi85/libSearchToolbar @v1.3.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.3.0 ↗ · + Follow
41 symbols 72 edges 3 files 3 documented · 7%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.2.3'

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

Extension points exported contracts — how you extend this code

OnSearchQueryChangedListener (Interface)
(no doc)
src/main/java/com/oshi/libsearchtoolbar/SearchAnimationToolbar.java

Core symbols most depended-on inside this repo

collapse
called by 3
src/main/java/com/oshi/libsearchtoolbar/SearchAnimationToolbar.java
circleReveal
called by 2
src/main/java/com/oshi/libsearchtoolbar/SearchAnimationToolbar.java
onSearchCollapsed
called by 1
src/main/java/com/oshi/libsearchtoolbar/SearchAnimationToolbar.java
onSearchQueryChanged
called by 1
src/main/java/com/oshi/libsearchtoolbar/SearchAnimationToolbar.java
onSearchExpanded
called by 1
src/main/java/com/oshi/libsearchtoolbar/SearchAnimationToolbar.java
onSearchSubmitted
called by 1
src/main/java/com/oshi/libsearchtoolbar/SearchAnimationToolbar.java
bindAttributes
called by 1
src/main/java/com/oshi/libsearchtoolbar/SearchAnimationToolbar.java
inflateAndBindViews
called by 1
src/main/java/com/oshi/libsearchtoolbar/SearchAnimationToolbar.java

Shape

Method 37
Class 3
Interface 1

Languages

Java100%

Modules by API surface

src/main/java/com/oshi/libsearchtoolbar/SearchAnimationToolbar.java37 symbols
src/test/java/com/github/udioshi85/libsearchtoolbar/ExampleUnitTest.java2 symbols
src/androidTest/java/com/github/udioshi85/libsearchtoolbar/ExampleInstrumentedTest.java2 symbols

For agents

$ claude mcp add libSearchToolbar \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page