mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
TextView displaying emoji should have text color set to black
This commit is contained in:
parent
d21604b791
commit
5808c1de22
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
android:layout_marginRight="8dp"
|
||||
android:gravity="center"
|
||||
android:lines="1"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="18sp"
|
||||
tools:text="@sample/reactions.json/data/reaction" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue