R ray jarvis New Member Licensed User Longtime User Apr 7, 2013 #1 how do i set autocompleteedittext background is there an example of using android.graphics.drawable.drawable? thanks
how do i set autocompleteedittext background is there an example of using android.graphics.drawable.drawable? thanks
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2013 #2 android.graphics.drawable.drawable is an abstract class. You should use BitmapDrawable or ColorDrawable or GradientDrawable or StateListDrawable. Upvote 0
android.graphics.drawable.drawable is an abstract class. You should use BitmapDrawable or ColorDrawable or GradientDrawable or StateListDrawable.