Merge pull request #5716 from thefirstofthe300/styling-tweaks

Styling tweaks
This commit is contained in:
Benoit Marty 2022-10-04 15:32:32 +02:00 committed by GitHub
commit 81b5fcdc7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -50,9 +50,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>