Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-11-29 13:09:19 +0300
committerStefan Niedermann <info@niedermann.it>2020-11-29 13:09:19 +0300
commit9cc0a064ac497d3f48150fb85befd5842cbd462b (patch)
treef48bda5128b8c6db5c2ddd17be46fcdc701d8d41 /app/src
parent2882125ce8b7a1e51b0389805b74f1954d968e0c (diff)
Improve Markdown implementation
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/layout/fragment_card_edit_tab_details.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_card_edit_tab_details.xml b/app/src/main/res/layout/fragment_card_edit_tab_details.xml
index f4f8489e0..58df34fd3 100644
--- a/app/src/main/res/layout/fragment_card_edit_tab_details.xml
+++ b/app/src/main/res/layout/fragment_card_edit_tab_details.xml
@@ -172,6 +172,7 @@
android:textSize="@dimen/font_size_description" />
<it.niedermann.android.markdown.MarkdownViewerImpl
+ android:visibility="gone"
android:id="@+id/descriptionViewer"
android:layout_width="match_parent"
android:layout_height="wrap_content"