Android Question Remove line from bottom of edittext?(SOLVED)

Stichler

Active Member
Licensed User
i should mention I tried this https://www.b4x.com/android/forum/threads/change-edittext-colors.87653/
and received this error:


** Activity (write) Create, isFirst = true **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
** Activity (write) Create, isFirst = true **
Error occurred on line: 51 (Write)
java.lang.ClassNotFoundException: android.support$v4$view$ViewCompat
at anywheresoftware.b4j.object.JavaObject.getCorrectClassName(JavaObject.java:288)
at anywheresoftware.b4j.object.JavaObject.InitializeStatic(JavaObject.java:74)
at cma.thechristmasapp.write._setbackgroundtintlist(write.java:437)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:735)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:357)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:260)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
at cma.thechristmasapp.write.afterFirstLayout(write.java:104)
at cma.thechristmasapp.write.access$000(write.java:17)
at cma.thechristmasapp.write$WaitForLayout.run(write.java:82)
at android.os.Handler.handleCallback(Handler.java:789)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6938)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
** Activity (write) Resume **
 
Upvote 0
Top