Using Erels nice codesnippet on edittext-views I get strange behaviour, when setting the color of the edittext:
(gv is a class)
setTextboxTintList starts with
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?
(gv is a class)
B4X:
txtJig.TextColor=gv.ColorJig
gv.SetTextboxTintList(txtJig,gv.ColorJig)
txtJig.Color=gv.ColorTextboxBackGround
B4X:
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?