diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-12-30 14:46:45 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-12-30 14:46:45 +0000 |
commit | 286ab8ebca82a236a5ea40bdf111cda1e87927ec (patch) | |
tree | f3e311dcc6f96d54b8c09a11590e7cf1fa174fae /app/src/main/res/layout/item_post_detail.xml | |
parent | a60c249b168ed7ec628e1e0858e83689d66aa1ec (diff) | |
download | infinity-for-reddit-286ab8ebca82a236a5ea40bdf111cda1e87927ec.tar infinity-for-reddit-286ab8ebca82a236a5ea40bdf111cda1e87927ec.tar.gz infinity-for-reddit-286ab8ebca82a236a5ea40bdf111cda1e87927ec.tar.bz2 infinity-for-reddit-286ab8ebca82a236a5ea40bdf111cda1e87927ec.tar.lz infinity-for-reddit-286ab8ebca82a236a5ea40bdf111cda1e87927ec.tar.xz infinity-for-reddit-286ab8ebca82a236a5ea40bdf111cda1e87927ec.tar.zst infinity-for-reddit-286ab8ebca82a236a5ea40bdf111cda1e87927ec.zip |
Change text color in TableLayout in markdown. Change markdown TextView style.
Diffstat (limited to 'app/src/main/res/layout/item_post_detail.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_detail.xml | 2 |
1 files changed, 2 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 2bf46902..e23da92c 100644 --- a/app/src/main/res/layout/item_post_detail.xml +++ b/app/src/main/res/layout/item_post_detail.xml @@ -86,6 +86,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginTop="16dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" android:visibility="gone" /> <com.nex3z.flowlayout.FlowLayout |