android-iconify
android-iconify copied to clipboard
Support search icons and find similar icons
support search icons
the result screenshot:
Cool :) Does it only search on the icon name, or can it also (be extendable and) search on 'tags'? If tags or sth aren't supported, it's hard to find all possibly relevant icons (eg would one find 'md-tap-and-play' if on searched for 'stream'?)
@keunes now it just support search by icon name. I also want to support search by tags, but it seems not very easy and can quick implement.
now support find similar icons when you click any icon.
the final screenshot:
@baurine Can you provide APK for easy test?
Thanks. Aside from odd "X" clear button location it seems to work.
There's small bug though - activity is not resized when IME opens, therefore some icons remain invisible. Yet is shall be sufficient to add
android:windowSoftInputMode="adjustResize"
to fix that.
@MarcinOrlowski what's your phone model and android version? in my phone has no this problem.
It's on emulator, running Android 6.0
@MarcinOrlowski I tried in Android 6.0 emulator, it is true like what you said, but I don't know whether it works normal in Android 6.0 physical device. maybe we can fix it after this pr is merged.