mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-05 15:52:47 +02:00
Merge pull request #5716 from thefirstofthe300/styling-tweaks
Styling tweaks
This commit is contained in:
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
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user