diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/activity_comment.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_comment.xml b/app/src/main/res/layout/activity_comment.xml index 7087b13f..4c685720 100644 --- a/app/src/main/res/layout/activity_comment.xml +++ b/app/src/main/res/layout/activity_comment.xml @@ -37,15 +37,19 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" + android:paddingTop="16dp" android:orientation="vertical"> <TextView + android:id="@+id/comment_parent_title_text_view" android:id="@+id/comment_comment_parent_markwon_view" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="16dp" + android:layout_marginHorizontal="16dp" + android:layout_marginBottom="16dp" android:textSize="?attr/title_font_16" - android:fontFamily="?attr/content_font_family" /> + android:fontFamily="?attr/title_font_family" + android:visibility="gone" /> <androidx.recyclerview.widget.RecyclerView android:id="@+id/comment_content_markdown_view" |