From 8520c0c8adbde978cc2be93388ebbc253c0f4eea Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Mon, 14 Nov 2022 15:07:15 +1100 Subject: Swipe to see images in gallery in gallery layout. --- .../res/layout/item_post_card_2_gallery_type.xml | 2 +- .../res/layout/item_post_gallery_gallery_type.xml | 47 ++++++++++++++++++++++ app/src/main/res/layout/item_post_gallery_type.xml | 2 +- 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/layout/item_post_gallery_gallery_type.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_post_card_2_gallery_type.xml b/app/src/main/res/layout/item_post_card_2_gallery_type.xml index 5ad3f24b..1455d1fd 100644 --- a/app/src/main/res/layout/item_post_card_2_gallery_type.xml +++ b/app/src/main/res/layout/item_post_card_2_gallery_type.xml @@ -21,7 +21,7 @@ diff --git a/app/src/main/res/layout/item_post_gallery_gallery_type.xml b/app/src/main/res/layout/item_post_gallery_gallery_type.xml new file mode 100644 index 00000000..d1ee61b6 --- /dev/null +++ b/app/src/main/res/layout/item_post_gallery_gallery_type.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_gallery_type.xml b/app/src/main/res/layout/item_post_gallery_type.xml index a817cd40..13bd9517 100644 --- a/app/src/main/res/layout/item_post_gallery_type.xml +++ b/app/src/main/res/layout/item_post_gallery_type.xml @@ -198,7 +198,7 @@ -- cgit v1.2.3