Hi guys, I have a many edittext with multine check.
And just is visible 1 line at time with an scrolling text.
I have every edtitext with Edittext.wrap= true.
And just is visible 1 line at time with an scrolling text.
I have every edtitext with Edittext.wrap= true.
B4X:
txt_1.Background=functions.BackGround(Colors.White)
txt_1.InputType = Bit.Or(0x00004000, 0x00000001)
txt_1.TextColor=Colors.Black
functions.ViewSettins1.setCursorDrawableColor(txt_1, Colors.Black)
txt_1.Wrap = True
Attachments
Last edited: