Small UI tweaks.
- Update distance below avatar in conversation settings. - Slightly increase bubble corner radius.
This commit is contained in:
parent
6048208c8c
commit
d13d8628b5
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="32dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginEnd="32dp"
|
||||
android:gravity="center"
|
||||
android:textAppearance="@style/Signal.Text.Headline.Medium"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
<dimen name="camera_contacts_horizontal_margin">16dp</dimen>
|
||||
|
||||
<dimen name="message_corner_radius">16dp</dimen>
|
||||
<dimen name="message_corner_radius">18dp</dimen>
|
||||
<dimen name="message_corner_collapse_radius">4dp</dimen>
|
||||
<dimen name="message_bubble_corner_radius">2dp</dimen>
|
||||
<dimen name="message_bubble_shadow_distance">1.5dp</dimen>
|
||||
|
|
Loading…
Add table
Reference in a new issue