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
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-11-22 12:59:35 +0300
committerStefan Niedermann <info@niedermann.it>2020-11-22 12:59:35 +0300
commite3e74d98e63268b0e7716e72470485ab6ba0ad72 (patch)
tree39bbca1edb237b84962d62dfc31f59dec4828589 /app/src/main/res
parent0449cd54c4b8e1aa57993a935a725d1780c938a6 (diff)
Implement MarkwonMarkdownViewer
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_card_edit_tab_details.xml2
-rw-r--r--app/src/main/res/layout/item_comment.xml2
2 files changed, 2 insertions, 2 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 3c2c37826..327a21b0b 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
@@ -130,7 +130,7 @@
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
tools:listitem="@tools:sample/avatars" />
- <it.niedermann.android.markdown.RxMarkdownEditor
+ <it.niedermann.android.markdown.MarkwonMarkdownViewer
android:id="@+id/description"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml
index d1286dd7f..303662a2b 100644
--- a/app/src/main/res/layout/item_comment.xml
+++ b/app/src/main/res/layout/item_comment.xml
@@ -94,7 +94,7 @@
tools:text="@tools:sample/date/day_of_week" />
</LinearLayout>
- <it.niedermann.android.markdown.RxMarkdownViewer
+ <it.niedermann.android.markdown.MarkwonMarkdownViewer
android:id="@+id/message"
android:layout_width="match_parent"
android:layout_height="wrap_content"