Open willlunniss opened 12 years ago
I guess we have to move to fragments first even though that means another complete refactoring of the code base... :-(
.. But I am open to any kind of improvement for tablets which don't require fragments though. :-)
Not necessarily. Adjusting margins, font sizes, etc. can make a huge difference. However, before this can be done, all of the formatting stuff that is now inline has to be moved to styles and dimensions. Also having alternative layouts for -land or -xlarge where it makes sense. We should also switch to the new smallestWidth qualifiers at some point (sw600dp, etc).
Well I was asking because I simply haven't looked into it yet. I'll have a go at setting up andlytics (well google account apks), on an emulator at some point.
Tablets (and large phones) now get a side by side chart and table view in landsacpe so that is a start at least.
This splits shows graph and table side by side in portrait mode too and my Nexus 7 and it doesn't look too great. The layout should probably be in layout-w600dp-land.
Another idea to make it look better: add layout_marginLeft and layout_marginRight to the main screen. Set to 0dp for phones, 100dp for w600dp-land. Otherwise it's too stretched out on a 9 or 10" screen.
This looks OK on my 7 and 9" tablets. Merge it if you want, but getting this right and consistent across the whole app is a lot of work, not sure if it should be in this release.
Sorry I forgot the -land qualified, that was a mistake.
Well I figured at a minimum having a split layout would be worth it for landscape tablets, we can then rip it apart and use proper styles dimens values for 2.3.
Any suggestions for small changes that could improve things? Or is this going to have to wait until we get some of the code moved into Fragments?