android-classic
android-classic copied to clipboard
Tablet layout
Tablet layout should be done for list, over some reasonable width the MainActivity should show the NoteListFragment and NoteFragment alonside each other.
This should be fairly easy. Both fragments are setup for this. Interestingly I just made a bunch of slides specifically about this topic (shameless plug): https://docs.google.com/presentation/d/1pm3wfW-Md8adLeSEZ0sz6ek--FKWPOkZN-ihSxJWpMY/edit?usp=sharing
What qualifier do we want to use, layout-sw600dp
or layout-land
? How much space allotted for each fragment?
Yup, they were written with this in mind... sw always, land is way to vague. Depends on how much you want to go into it, but probably 300dp min for the list, and rest for the note. A proportion of the width if you wanna get really fancy
@deftelf can this issue be assigned to me? I've made some decent progress at my fork, let me know. i'll throw in a bunch of gifs and screenshots once it's at a good state.
I think he'll be back on the 8th. I would just consider it assigned to you if you've already made good progress.
Ok, don't touch it guys ;) On Mon, Mar 6, 2017 at 10:32 AM Mo Bitar [email protected] wrote:
I think he'll be back on the 8th. I would just consider it assigned to you if you've already made good progress.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/standardnotes/android/issues/54#issuecomment-284487558, or mute the thread https://github.com/notifications/unsubscribe-auth/ADzi1Y8Yz89b4htF3JWduhmgShhHed_Lks5rjFE5gaJpZM4MFgQd .
See #71 for relevant PR