mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 13:05:31 +03:00
Change text color for author
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
a351925141
commit
d628a30576
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
android:id="@+id/messageAuthor"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/colorPrimaryDark"
|
||||
android:textColor="@color/colorPrimary"
|
||||
android:textSize="12sp"
|
||||
app:layout_alignSelf="flex_start"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue