I use EditText to get userInput, but the problem is that I want to change the font color at runtime, but in the same Edittext, because I can change the font type, but as the font changes, the font color changes for all editext, but I only need to change the color for text text.
And another problem is that when creating an edittext with a height greater than the "fillparent" property, I get the cursor in the middle, but I want it to be always at the top, i.e. on your marks..
Is there any other widget that will provide me with a solution for both problems?
source
share