R Ramirez Member Licensed User Longtime User Jan 6, 2015 #1 Hello. I try to make a form with few edittext, but when I try it on my device (LG G2 with stock ROM kitkat), some line appears on the edittext box. I try to find solution on the forum, but don't find anything (or don't search enough) Some picture: Edittext.Enable = false Edittext.Enable = on. The line are very transparent, but always here I don't know what is the problem. I develop under B4A v3.2. Could you help me please ? Sorry for bad english ...
Hello. I try to make a form with few edittext, but when I try it on my device (LG G2 with stock ROM kitkat), some line appears on the edittext box. I try to find solution on the forum, but don't find anything (or don't search enough) Some picture: Edittext.Enable = false Edittext.Enable = on. The line are very transparent, but always here I don't know what is the problem. I develop under B4A v3.2. Could you help me please ? Sorry for bad english ...
NJDude Expert Licensed User Longtime User Jan 6, 2015 #2 That's how disabled editTexts look on some devices. Upvote 0
thedesolatesoul Expert Licensed User Longtime User Jan 6, 2015 #3 Set the EditText height to 48dip to make it look better. Upvote 0