Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Ensure all layouts support larger screen sizes (i.e.: tablet) #324

Open
perpetuatingcuriosity opened this issue Aug 4, 2015 · 4 comments
Assignees
Milestone

Comments

@perpetuatingcuriosity
Copy link
Contributor

Right now we’re supporting portrait mode up to phablet size Nexus 6 screen.

We should also be supporting Android tablets in the 7" and 9"–10" range, as per google docs:
http://developer.android.com/guide/practices/screens_support.html

@AyoPrez, would you be interested in making the necessary mods to the existing xml? We could start by supporting the Nexus 7 and Nexus 9 screen sizes. What do you think?

@AyoPrez
Copy link

AyoPrez commented Aug 4, 2015

Perfect. Only in portrait or also in landscape?

@perpetuatingcuriosity
Copy link
Contributor Author

For tablet, portrait and lanscape would be awesome. None of the activities currently save the state of the UI though, i.e.: http://developer.android.com/training/basics/activity-lifecycle/recreating.html. You’re welcome to implement that as well!

@AyoPrez
Copy link

AyoPrez commented Aug 4, 2015

Ok. I'm on it :) 👍

@perpetuatingcuriosity
Copy link
Contributor Author

Cool thanks! I created a new issue specifically for landscape mode as well: #326

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants