pippo15
pippo15

Reputation: 113

How to create fixed images?

I drew my graphics for my application. I have a sort of styled corner. The problem is that I don't know how to adapt it to all layouts.

Do I have to create more image for more layouts or is there something that let me to adapt?

Thanks for answer

Upvotes: 0

Views: 30

Answers (1)

Hayes121
Hayes121

Reputation: 283

You can create the style that you want in the styles.xml file and then reference that in each xml page you want it displayed. The link below has it better described, hope that helps

http://developer.android.com/guide/topics/resources/style-resource.html

Upvotes: 1

Related Questions