android icon indicating copy to clipboard operation
android copied to clipboard

Create tablet layouts

Open dektar opened this issue 8 years ago • 4 comments

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.

dektar avatar Feb 07 '17 01:02 dektar

Blocked on UX, but later help is welcome here.

dektar avatar Feb 23 '17 18:02 dektar

@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 avatar Feb 24 '17 04:02 dektar

@dektar, you're right, the buttons look better in a grid, as the webapp looks on my Kindle Fire tablet: screenshot_2017-02-24-00-10-39

cdoremus avatar Feb 24 '17 05:02 cdoremus

The RepCallActivity shows all 3 buttons in a row on wide layouts. Doing more is a nice-to-have but not critical.

dektar avatar Apr 09 '17 20:04 dektar