diff options
Diffstat (limited to 'app/src/main/res/layout/item_post_comment.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_comment.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post_comment.xml b/app/src/main/res/layout/item_post_comment.xml index e047d214..81748bbd 100644 --- a/app/src/main/res/layout/item_post_comment.xml +++ b/app/src/main/res/layout/item_post_comment.xml @@ -47,7 +47,8 @@ android:layout_marginTop="8dp" android:layout_marginStart="32dp" android:layout_marginEnd="32dp" - android:layout_marginBottom="8dp"/> + android:layout_marginBottom="8dp" + android:textColor="@android:color/black"/> <RelativeLayout android:id="@+id/relative_layout_item_post_comment" |