jianzhongli / MathView

A library for displaying math formula in Android apps.
Apache License 2.0
1.01k stars 189 forks source link

generate Mathview programatically #49

Open FirdousNath opened 7 years ago

FirdousNath commented 7 years ago

I am not able to do following MathView mv = new MathView( getActivity(), ???)

??? : what type of attributed should I provide ?