I want to display progressbar(spinner) to the right of editText when activity is doing some processing and hide upon completion, is there a simple way to do this?
I want to display progressbar(spinner) to the right of editText when activity is doing
Share
I’d use
RelativeLayout, something like this: