Using Erels nice
codesnippet on edittext-views I get strange behaviour, when setting the color of the edittext:
(gv is a class)
txtJig.TextColor=gv.ColorJig
gv.SetTextboxTintList(txtJig,gv.ColorJig)
txtJig.Color=gv.ColorTextboxBackGround
setTextboxTintList starts with
Sub SetTextboxTintList(View As View,colActive As Int)
Dim colEnabled=colActive As Int
screenshots:
upper: code unchanged
second: SetTextboxtintList commented
lower: txtjig.color commented
Is it possible, to set the (back)color of the edittext AND use setTextboxTintList?