From c5e82955bc9e6928ab66c18d4b31be5298681b26 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 15 Jul 2021 20:20:55 +0800 Subject: Start adding submitting gallery posts support. --- app/src/main/res/layout/activity_post_gallery.xml | 199 ++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 app/src/main/res/layout/activity_post_gallery.xml (limited to 'app/src/main/res/layout/activity_post_gallery.xml') diff --git a/app/src/main/res/layout/activity_post_gallery.xml b/app/src/main/res/layout/activity_post_gallery.xml new file mode 100644 index 00000000..e573b945 --- /dev/null +++ b/app/src/main/res/layout/activity_post_gallery.xml @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3