mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +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…
Add table
Reference in a new issue