fix: tweak styling of message bubbles

* Decreases the size of rounded corners
* Increases the maximum width of message bubbles to help avoid unnecessary unused space on screen

Signed-off-by: Danny Seymour <danny@seymour.family>
This commit is contained in:
Danny Seymour 2022-04-07 02:18:19 -07:00
parent 94099f4908
commit 3267a0410a
2 changed files with 4 additions and 3 deletions

1
changelog.d/5712.misc Normal file
View File

@ -0,0 +1 @@
Decreases the size of rounded corners and increases the maximum width of message bubbles to help avoid unnecessary unused space on screen

View File

@ -49,9 +49,9 @@
<dimen name="chat_bubble_margin_start">28dp</dimen>
<dimen name="chat_bubble_margin_end">62dp</dimen>
<dimen name="chat_bubble_fixed_size">300dp</dimen>
<dimen name="chat_bubble_corner_radius">12dp</dimen>
<dimen name="chat_bubble_margin_end">6dp</dimen>
<dimen name="chat_bubble_fixed_size">350sp</dimen>
<dimen name="chat_bubble_corner_radius">8dp</dimen>
<!-- Onboarding -->
<item name="ftue_auth_gutter_start_percent" format="float" type="dimen">0.05</item>