Merge pull request #5716 from thefirstofthe300/styling-tweaks
Styling tweaks
This commit is contained in:
commit
81b5fcdc7d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue