some Optimizations for tablets (#647)

* show ComposeActivity as Dialog on tablets

* limit timeline width on large devices

* limit width on large devices for thread view and search

* increase media preview size on large devices
This commit is contained in:
Konrad Pozniak 2018-05-16 19:14:53 +02:00 committed by GitHub
commit d4572a9d0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 122 additions and 34 deletions

View file

@ -20,4 +20,8 @@
<dimen name="compose_activity_snackbar_elevation">16dp</dimen>
<dimen name="compose_activity_scrollview_height">-1px</dimen> <!-- match_parent -->
<dimen name="timeline_width">-1px</dimen> <!-- match_parent -->
</resources>