diff options
Diffstat (limited to 'app/src/main/res/layout/item_post_detail.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_detail.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_post_detail.xml b/app/src/main/res/layout/item_post_detail.xml index 41fa34da..2bf46902 100644 --- a/app/src/main/res/layout/item_post_detail.xml +++ b/app/src/main/res/layout/item_post_detail.xml @@ -85,6 +85,7 @@ android:id="@+id/content_markdown_view_item_post_detail" android:layout_width="match_parent" android:layout_height="match_parent" + android:layout_marginTop="16dp" android:visibility="gone" /> <com.nex3z.flowlayout.FlowLayout |