jianzhongli / MathView

A library for displaying math formula in Android apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change color

Jikkelsen opened this issue · comments

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!