android-classic icon indicating copy to clipboard operation
android-classic copied to clipboard

Tablet layout

Open deftelf opened this issue 8 years ago • 2 comments

Tablet layout should be done for list, over some reasonable width the MainActivity should show the NoteListFragment and NoteFragment alonside each other.

deftelf avatar Feb 19 '17 16:02 deftelf

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?

noelbautista91 avatar Feb 24 '17 19:02 noelbautista91

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 avatar Feb 24 '17 23:02 deftelf

@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.

noelbautista91 avatar Mar 06 '17 01:03 noelbautista91

I think he'll be back on the 8th. I would just consider it assigned to you if you've already made good progress.

moughxyz avatar Mar 06 '17 18:03 moughxyz

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 .

noelbautista91 avatar Mar 06 '17 18:03 noelbautista91

See #71 for relevant PR

noelbautista91 avatar Mar 11 '17 05:03 noelbautista91