a font picker demo.
- just copy FontSelector.java to you project file.
- copy resources file
font_selector_icon.png
to yourres/mipmap
directory. - copy arrays.xml to your res/vaules directory.
- use
setOnPositionChangedListener()
to get the callback when position changed.
for more details, please visit https://nancyyihao.github.io/2017/10/29/Android-Font-Selector/