diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-12-27 06:44:16 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-12-27 06:44:16 +0000 |
commit | aefc82803624a13861449ef089f1fe9f9b595be8 (patch) | |
tree | c833b70bb6b8d80f6e02d88501d363bdf754c54c /app/src/main/res/layout/item_post_detail.xml | |
parent | 5bf1d342f6f30699f02a985cc8b16b6da90d4688 (diff) | |
download | infinity-for-reddit-aefc82803624a13861449ef089f1fe9f9b595be8.tar infinity-for-reddit-aefc82803624a13861449ef089f1fe9f9b595be8.tar.gz infinity-for-reddit-aefc82803624a13861449ef089f1fe9f9b595be8.tar.bz2 infinity-for-reddit-aefc82803624a13861449ef089f1fe9f9b595be8.tar.lz infinity-for-reddit-aefc82803624a13861449ef089f1fe9f9b595be8.tar.xz infinity-for-reddit-aefc82803624a13861449ef089f1fe9f9b595be8.tar.zst infinity-for-reddit-aefc82803624a13861449ef089f1fe9f9b595be8.zip |
Change Markdown text style. Reduce the sensitivity of sliding right to go back from ViewPostDetailActivity to prevent go back when sliding tables.
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 |