how can I translate ? (without NinePatch)
http://stackoverflow.com/a/34004110
You can also quickly change the EditText's underline color by tinting the background of the EditText like so:
http://stackoverflow.com/a/34004110
You can also quickly change the EditText's underline color by tinting the background of the EditText like so:
B4X:
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Something or Other"
android:backgroundTint="@android:color/holo_green_light" />