diff options
Diffstat (limited to 'app/src/main/res/layout/item_message.xml')
-rw-r--r-- | app/src/main/res/layout/item_message.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_message.xml b/app/src/main/res/layout/item_message.xml index 12fd25c4..9fe9e0d4 100644 --- a/app/src/main/res/layout/item_message.xml +++ b/app/src/main/res/layout/item_message.xml @@ -26,7 +26,7 @@ android:layout_marginBottom="8dp" android:textColor="@color/primaryTextColor" /> - <CustomView.CustomMarkwonView + <TextView android:id="@+id/content_custom_markwon_view_item_message" android:layout_width="match_parent" android:layout_height="wrap_content" /> |