mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
improve layout of emoji popups
in light mode, input field and emoji popups are both white, therefore opening the emoji popup (used eg. for diversified emojis) in the first line looks weird, you do not really know if the display is part of the emoji picker or of the input field. fixing that by adding a small border around the popup. in dark mode, things are already fine.
This commit is contained in:
parent
954029cdf8
commit
2877f17d05
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="5dp" />
|
||||
<stroke android:width="1dp" android:color="@color/grey_400"/>
|
||||
<solid android:color="@color/core_white" />
|
||||
|
||||
</shape>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue