android
android copied to clipboard
Create tablet layouts
IssueActivity in particular would look bad on a tablet - the buttons would get super wide.
Probably have big margins for all activities on tablets, with more centered content, for starters.
Blocked on UX, but later help is welcome here.
@cdoremus That's the MainActivity. The IssueActivity shows one issue, and the buttons will be super wide in tablet layout. It would probably be better to float the buttons into a grid, or just make them have a maximum width.
@dektar, you're right, the buttons look better in a grid, as the webapp looks on my Kindle Fire tablet:
The RepCallActivity shows all 3 buttons in a row on wide layouts. Doing more is a nice-to-have but not critical.