Click user names in comment to view the user's details. Minor visual redesign.

This commit is contained in:
Alex Ning
2019-01-21 17:32:21 +08:00
parent 86bc381906
commit ebc2cac0a6
4 changed files with 13 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:textSize="18sp"
android:textColor="@color/colorAccent"
android:textColor="@color/colorPrimaryDark"
android:layout_gravity="center_horizontal"/>
<TextView

View File

@@ -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"