Add option to not crop image previews (#2832)

* Don't crop image previews with aspects between 2:1 & 1:2

Fixes #1995

* Custom media preview layout for handling various aspect ratios
This commit is contained in:
Eva Tatarka 2022-12-01 12:20:46 -08:00 committed by GitHub
commit cc790ccf69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 402 additions and 298 deletions

View file

@ -58,4 +58,5 @@
<dimen name="profile_media_audio_icon_padding">16dp</dimen>
<dimen name="preview_image_spacing">4dp</dimen>
</resources>