Headers text color inside IMDN Fragment
This commit is contained in:
parent
b418aa2732
commit
4ff06f8494
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<data>
|
||||
<import type="androidx.core.content.ContextCompat"/>
|
||||
<variable
|
||||
name="title"
|
||||
type="Integer" />
|
||||
|
@ -27,7 +28,7 @@
|
|||
|
||||
<TextView
|
||||
android:text="@{title, default=@string/chat_message_imdn_displayed}"
|
||||
android:textColor="@{textColor}"
|
||||
android:textColor="@{ContextCompat.getColor(context,textColor)}"
|
||||
android:textSize="15sp"
|
||||
android:textStyle="bold"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue