TextView displaying emoji should have text color set to black
This commit is contained in:
parent
d21604b791
commit
5808c1de22
@ -18,7 +18,7 @@
|
|||||||
android:layout_marginRight="8dp"
|
android:layout_marginRight="8dp"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:lines="1"
|
android:lines="1"
|
||||||
android:textColor="?android:textColorPrimary"
|
android:textColor="@color/black"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
tools:text="@sample/reactions.json/data/reaction" />
|
tools:text="@sample/reactions.json/data/reaction" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user