Dark theme support for emoji variation selector.

This commit is contained in:
Greyson Parrelli
2018-11-15 11:43:38 -08:00
parent 3716d69b0b
commit ff9d5df0e0
4 changed files with 13 additions and 1 deletions

View File

@@ -4,6 +4,6 @@
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/emoji_variation_selector_background_light">
android:background="?attr/emoji_variation_selector_background">
</LinearLayout>