diff options
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 |