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:
parent
94099f4908
commit
3267a0410a
1
changelog.d/5712.misc
Normal file
1
changelog.d/5712.misc
Normal 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
|
@ -49,9 +49,9 @@
|
|||||||
|
|
||||||
|
|
||||||
<dimen name="chat_bubble_margin_start">28dp</dimen>
|
<dimen name="chat_bubble_margin_start">28dp</dimen>
|
||||||
<dimen name="chat_bubble_margin_end">62dp</dimen>
|
<dimen name="chat_bubble_margin_end">6dp</dimen>
|
||||||
<dimen name="chat_bubble_fixed_size">300dp</dimen>
|
<dimen name="chat_bubble_fixed_size">350sp</dimen>
|
||||||
<dimen name="chat_bubble_corner_radius">12dp</dimen>
|
<dimen name="chat_bubble_corner_radius">8dp</dimen>
|
||||||
|
|
||||||
<!-- Onboarding -->
|
<!-- Onboarding -->
|
||||||
<item name="ftue_auth_gutter_start_percent" format="float" type="dimen">0.05</item>
|
<item name="ftue_auth_gutter_start_percent" format="float" type="dimen">0.05</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user