Here I develop one Android application which has Bookshelf screen. But when I tested it on HTC-Salsa and SonyXperia-Sola I found major difference and ugly looking in SonyXperia-Sola.
HTC Mobile Screen is following.
Sony Mobile Screen is following.
Here I use custom gridview to display books, I fill this gridview with BaseAdapter and I set xml layout for gidviewitem, in gridview item xml layout I fix the book size, width = 150dp and height = 170dp.