Skip to content

Commit

Permalink
For smaller width devices, use original 210dp for audio messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal committed Jun 2, 2020
1 parent 543f38c commit 7a859c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/main/res/values-sw400dp/dimens.xml
Expand Up @@ -11,4 +11,6 @@
<dimen name="album_5_total_height">250dp</dimen>
<dimen name="album_5_cell_size_big">149dp</dimen>
<dimen name="album_5_cell_size_small">99dp</dimen>

<dimen name="message_audio_width">260dp</dimen>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/dimens.xml
Expand Up @@ -46,7 +46,7 @@
<dimen name="media_bubble_min_height">100dp</dimen>
<dimen name="media_bubble_max_height">320dp</dimen>
<dimen name="media_bubble_sticker_dimens">175dp</dimen>
<dimen name="message_audio_width">260dp</dimen>
<dimen name="message_audio_width">210dp</dimen>

<dimen name="reactions_bubble_margin">-37dp</dimen>
<dimen name="reactions_bubble_size">32dp</dimen>
Expand Down

0 comments on commit 7a859c8

Please sign in to comment.