I would like to create autocompletetextview with loading spinner inside (like in bilt-in Android browser, when page is loaging).
How can I implement it?
Also is it existing drawa开发者_StackOverflow中文版ble inside android framework?
Well you could use a FrameLayout for the spinner, then add padding to get it in the right position. Look here
精彩评论