I want to change the appearance of AutoCompleteTextView. I mean, want to custom it with my ideas just the part of TextView. How can I do it. Am i suppose to create a complete new class from the base class View or I can extent the functionality of AutoCompleteText. Thanks in advance.
Asked
Active
Viewed 146 times
1 Answers
1
-
I am sorry if didn't elaborate my question but I want to change the shape of edittext in autocomplete class.. I mean some particular shape with filling inside instead of its default appearance of a single line. – aneela Dec 03 '12 at 11:54
-
you mean there is onDraw() method of AutoCompleteTextView which i need to override for my customization?? – aneela Dec 03 '12 at 12:17
-
ooops, sorry i am just a newbie here :) as indicated from by reputation. – aneela Dec 04 '12 at 07:10