The solution I found for this popup after the search bar is to put the text image in the relative layout directly above the arrow. Then, in the seekbar onProgressChange, set the corresponding textView field on the left using
RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(widht, height) params.setLeftMargin(margin)
works great, with some tweaking!
amuses
source share