From 2a47c924f5b60b83b82770b5ca355eab9459b882 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 21 Jul 2021 19:52:02 +0800 Subject: [PATCH] Add an gallery post indicator in PostDetailRecyclerViewAdapter. --- .../res/layout/item_post_detail_gallery.xml | 24 +++++++++++++++---- ...item_post_detail_video_and_gif_preview.xml | 4 ++-- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/item_post_detail_gallery.xml b/app/src/main/res/layout/item_post_detail_gallery.xml index 2b3a0e99..7944c5c8 100644 --- a/app/src/main/res/layout/item_post_detail_gallery.xml +++ b/app/src/main/res/layout/item_post_detail_gallery.xml @@ -208,12 +208,26 @@ android:layout_height="wrap_content" android:visibility="gone"> - + android:layout_height="wrap_content"> + + + + + +