This is a small demo to show how to list all GoogleMaterialDrawable icons from a font ttf file, and displays them. It uses MSDynamicGrid to show them and shows them as cards using the MSCardView.
I would like to know if it works ok on your devices.
Mainly this demos some frustrations about the app compat cardview.
Currently is it tuned for <API21. It will look a little off on lollipop devices.
The borders and padding are different in these versions, it is a bit annoying to use on < API21 as the card itself will not clip the borders, but you much clip the borders of the view yourself. I did it by using klaus' setCornerRadii method.
Demo APK (too big for forum)
https://www.dropbox.com/s/wx6ls8fcvt4s99n/MSIconicDrawableDemo.apk?dl=0
Sauce Code (not well commented)
Requires the following libs:
https://www.dropbox.com/s/demf0mlupz4hx98/MSIconicDrawable.zip?dl=0