From e439b840957030cdce7b310b595cfa9add844422 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 7 May 2020 14:05:33 +0800 Subject: Video autoplay in ViewPostDetailActivity. Optimize CommentAndPostRecyclerViewAdapter. --- app/src/main/res/layout/item_post_link.xml | 324 +++++++++++++++++++++++++++++ 1 file changed, 324 insertions(+) create mode 100644 app/src/main/res/layout/item_post_link.xml (limited to 'app/src/main/res/layout/item_post_link.xml') diff --git a/app/src/main/res/layout/item_post_link.xml b/app/src/main/res/layout/item_post_link.xml new file mode 100644 index 00000000..66c55908 --- /dev/null +++ b/app/src/main/res/layout/item_post_link.xml @@ -0,0 +1,324 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3