I'm developing an Calculator App. I wanna achieve the UI as like as Android default Calculator App. Please check my App's screenshot.
I want to hide the underline of EditText
and show the cursor in white
color. I used transparent background at EditText (from here) also used background as @null
. It hides EditText's underline and also hide the cursor. BUT... for calculator App cursor should not be hidden.
Please give me a way to hide underline of EditText
and show the EditText's cursor of white color.