From e0cf4ec485414ab91ed4c751743730a14ebb0ddc Mon Sep 17 00:00:00 2001 From: Sergei Kozelko Date: Fri, 9 Sep 2022 08:34:00 +0300 Subject: Fix markdown in rules screen (#1050) * Display tables in rules screen * Parse spoiler and headings in rules screen --- app/src/main/res/layout/item_rule.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'app/src/main/res/layout/item_rule.xml') diff --git a/app/src/main/res/layout/item_rule.xml b/app/src/main/res/layout/item_rule.xml index 1003f6c5..e420f45d 100644 --- a/app/src/main/res/layout/item_rule.xml +++ b/app/src/main/res/layout/item_rule.xml @@ -11,14 +11,12 @@ android:textSize="?attr/title_font_16" android:fontFamily="?attr/font_family" /> - + android:paddingBottom="8dp" + android:paddingStart="8dp" + android:paddingEnd="8dp"/> \ No newline at end of file -- cgit v1.2.3