I am trying to display a table of 4 players. I have a table drawable and a chair drawable. I want to use chair drawable four times around the table with different orientations. Is it possible?
I don't want to use four different drawables (chair_north, chair_east, chair_south, chair_west) to draw the chairs around the table. This will increase the size of the application.
EDIT: Can I do this with just resources xml files? (without any java code)