mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-12 10:32:36 +00:00
Change text color for author
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
a351925141
commit
d628a30576
@ -52,7 +52,7 @@
|
|||||||
android:id="@+id/messageAuthor"
|
android:id="@+id/messageAuthor"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textColor="@color/colorPrimaryDark"
|
android:textColor="@color/colorPrimary"
|
||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
app:layout_alignSelf="flex_start"/>
|
app:layout_alignSelf="flex_start"/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user