From 7aa49998425b768244715b19c9779202c0145230 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 9 Feb 2019 14:34:49 +0100 Subject: show web link previews in chat fixes #113 --- src/main/res/layout/link_layout.xml | 55 +++++++++++++++++++++++++++++++++ src/main/res/layout/message_content.xml | 5 +++ 2 files changed, 60 insertions(+) create mode 100644 src/main/res/layout/link_layout.xml (limited to 'src/main/res/layout') diff --git a/src/main/res/layout/link_layout.xml b/src/main/res/layout/link_layout.xml new file mode 100644 index 000000000..68e7a6cc7 --- /dev/null +++ b/src/main/res/layout/link_layout.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/res/layout/message_content.xml b/src/main/res/layout/message_content.xml index f14f310c3..be2bbf3db 100644 --- a/src/main/res/layout/message_content.xml +++ b/src/main/res/layout/message_content.xml @@ -28,6 +28,11 @@ android:scaleType="centerCrop" app:riv_corner_radius="@dimen/rounded_image_border" /> + +