I want to design an image background for my android app’s action bar, but have no idea what dimension I have make so that it fits in different screen resolution.
Do I need to design the same image background separately for each screen densities?
I want to design it in photoshope is that a good option?
any idea Please !
2
Answers
I would suggest you use a gradient which you can store in the drawable folder
This will prevent all the trouble of trying to adapt to screen sizes.
Create 3 .png versions of the image, for hdpi/xhdpi/xxhdpi densities.