diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-07-06 15:52:45 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-07-06 15:52:45 +0000 |
commit | 1ab212dc986f200ebea8973621359fea8856756b (patch) | |
tree | 22d57db38caa52b93b223a9d782178076c3a4cd7 | |
parent | ac72a30458ca6e2557abedbd1ba2247dd5c366eb (diff) | |
download | infinity-for-reddit-1ab212dc986f200ebea8973621359fea8856756b.tar infinity-for-reddit-1ab212dc986f200ebea8973621359fea8856756b.tar.gz infinity-for-reddit-1ab212dc986f200ebea8973621359fea8856756b.tar.bz2 infinity-for-reddit-1ab212dc986f200ebea8973621359fea8856756b.tar.lz infinity-for-reddit-1ab212dc986f200ebea8973621359fea8856756b.tar.xz infinity-for-reddit-1ab212dc986f200ebea8973621359fea8856756b.tar.zst infinity-for-reddit-1ab212dc986f200ebea8973621359fea8856756b.zip |
Change the color of author in ViewRPANBroadcastFragment.
-rw-r--r-- | app/src/main/res/layout/item_rpan_comment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_rpan_comment.xml b/app/src/main/res/layout/item_rpan_comment.xml index 74766a90..97f8969f 100644 --- a/app/src/main/res/layout/item_rpan_comment.xml +++ b/app/src/main/res/layout/item_rpan_comment.xml @@ -24,7 +24,7 @@ android:id="@+id/author_text_view_item_rpan_comment" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textColor="@color/colorPrimary" /> + android:textColor="#02BAEE" /> <TextView android:id="@+id/content_text_view_item_rpan_comment" |