diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-01-21 09:32:21 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-01-21 09:32:21 +0000 |
commit | ebc2cac0a6bf61ec4a161aa907cf68f751d03071 (patch) | |
tree | 4989adc2a6ff2ae4c6d87e694a99b7b55acc3ff0 /app/src/main/res/layout/item_post_comment.xml | |
parent | 86bc381906684da561998ff4dff429253d6b692e (diff) | |
download | infinity-for-reddit-ebc2cac0a6bf61ec4a161aa907cf68f751d03071.tar infinity-for-reddit-ebc2cac0a6bf61ec4a161aa907cf68f751d03071.tar.gz infinity-for-reddit-ebc2cac0a6bf61ec4a161aa907cf68f751d03071.tar.bz2 infinity-for-reddit-ebc2cac0a6bf61ec4a161aa907cf68f751d03071.tar.lz infinity-for-reddit-ebc2cac0a6bf61ec4a161aa907cf68f751d03071.tar.xz infinity-for-reddit-ebc2cac0a6bf61ec4a161aa907cf68f751d03071.tar.zst infinity-for-reddit-ebc2cac0a6bf61ec4a161aa907cf68f751d03071.zip |
Click user names in comment to view the user's details. Minor visual redesign.
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" |