From b009a6423de12ad7e5852b44b10dafa387b890ea Mon Sep 17 00:00:00 2001 From: ztimms73 Date: Tue, 18 May 2021 11:17:00 +0300 Subject: [PATCH] Fix some problems from issue #23 --- app/src/main/res/layout/dialog_chapters.xml | 1 + app/src/main/res/layout/fragment_details.xml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/dialog_chapters.xml b/app/src/main/res/layout/dialog_chapters.xml index e53b0af80..58fdf931d 100644 --- a/app/src/main/res/layout/dialog_chapters.xml +++ b/app/src/main/res/layout/dialog_chapters.xml @@ -7,6 +7,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" + android:paddingTop="16dp" android:scrollbars="vertical" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" tools:listitem="@layout/item_chapter" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_details.xml b/app/src/main/res/layout/fragment_details.xml index e632e28f8..fbb55de96 100644 --- a/app/src/main/res/layout/fragment_details.xml +++ b/app/src/main/res/layout/fragment_details.xml @@ -129,7 +129,6 @@ android:id="@+id/textView_description" android:layout_width="0dp" android:layout_height="wrap_content" - android:justificationMode="inter_word" android:lineSpacingMultiplier="1.2" android:padding="12dp" android:textIsSelectable="true"