android - What is the small graphic displayed under an EditText called and how can I remove it? -
after pretty thorough googling still cannot figure out the little graphic that's displayed under text in , edittext view called. remove either using xml or programmatically. little graphic thing under cursor in image: http://1.bp.blogspot.com/-uauoq0h4vok/t8reinvawpi/aaaaaaaabpc/n4yibxd3kzg/s1600/android%2bedittext%2btext%2bchange%2blistener%2bexample.jpg . sorry if dumb question, without name of little graphic feature can't seem find out it.
it background drawable associated edittext. can change manually setting background yourself, such
<edittext android:background="@android:color/transparent" ... />
Comments
Post a Comment