jianzhongli / MathView

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

Change color #55

Open Jikkelsen opened 6 years ago

Jikkelsen commented 6 years ago

Hello,

I am very new to programming so excuse me if I am merely being ignorant. For my application, coloring the text in a Mathview could be highly beneficial, but I cannot make it behave this way

Is there any way to color the text?

I tried manually inserting android:textColor="@color/red" since code-completion does not work, but it does not seem to work. Thanks!