Dark theme support for emoji variation selector.
parent
3716d69b0b
commit
ff9d5df0e0
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="5dp" />
|
||||
<solid android:color="@color/core_grey_85" />
|
||||
|
||||
</shape>
|
Loading…
Reference in New Issue