i need to tilt a layout in android about 45 degree anticlockwise.
i want to implement a game in android as stackopolis .is there any method to align tiles as in the game.I have the tile image,and now i use canvas to align this.but there i cannot get the click event and it is difficult to align tiles.is grid view is compatable.any new idea.
i have these images with me.


i want to align this tile in grid.and need click event as in the stackopolis
For creating a game like this you really don’t want to use layouts. You would create a tile engine using bitmap blitting or OpenGL.