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:
B. Petersen 2020-06-23 13:33:32 +02:00
parent 954029cdf8
commit 2877f17d05
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC

View file

@ -4,6 +4,7 @@
android:shape="rectangle"> android:shape="rectangle">
<corners android:radius="5dp" /> <corners android:radius="5dp" />
<stroke android:width="1dp" android:color="@color/grey_400"/>
<solid android:color="@color/core_white" /> <solid android:color="@color/core_white" />
</shape> </shape>