Android Question Layout

magarcan

Active Member
Licensed User
Longtime User
I usually post in this forum asking for help with my code. Well... I've already finished my code, but now I need help with my layout.

There is a XLS file that I often use, so I decided make an app of this and have it always at hand. Here it goes some screenshots of my working in progress app:

Landscape:
oBocTi9.png


9QU622y.png



Portrait:
Ksvar7p.png
ZJzq5up.png


As you can see there is something that doesn't fit.

I've been trying lot of things and making tons of changes, but I wasn't able to find any good solution. Any idea about how to improve it?

Cheers!
 
Last edited:

RandomCoder

Well-Known Member
Licensed User
Longtime User
You could reduce the width of each column when in portrait and use a smaller font or place the views on a horizontal scrollview which will allow you to keep the size you currently have but you'll need to scroll left to view the last column.
 
Upvote 0

GuyBooth

Active Member
Licensed User
Longtime User
It is the headings that are making your columns too wide
How about sloping the headings at an angle of 45, or even 90 degrees?
Either that or find some shorter words or abbreviations, eg. "Ret" and "Win" :)
 
Upvote 0
Top