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/adapter_table_block.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/adapter_table_block.xml')
-rw-r--r-- | app/src/main/res/layout/adapter_table_block.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/adapter_table_block.xml b/app/src/main/res/layout/adapter_table_block.xml index 35fc8986..ab8ddfb1 100644 --- a/app/src/main/res/layout/adapter_table_block.xml +++ b/app/src/main/res/layout/adapter_table_block.xml @@ -2,7 +2,8 @@ <HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="16dp" + android:layout_marginTop="16dp" + android:layout_marginBottom="16dp" android:scrollbarStyle="outsideInset"> <TableLayout |