I have to create an ActionBar with a background and another image on top of the background (with opacity) which displays like a pattern.
I have found the way to set the background image for my ActionBar, by using setBackgrounddrawable()
.
But how can I set the pattern image on top of background image?
Can anyone please suggest?