From d64fdd4e4d29ea508f0afc499e93d00bd3d2398b Mon Sep 17 00:00:00 2001 From: Docile-Alligator Date: Mon, 25 Apr 2022 15:15:06 +0800 Subject: Submitting posts using another account is available in other PostXXXActivity. --- app/src/main/res/layout/activity_post_gallery.xml | 27 +++++++++++++++++++++++ app/src/main/res/layout/activity_post_image.xml | 27 +++++++++++++++++++++++ app/src/main/res/layout/activity_post_link.xml | 27 +++++++++++++++++++++++ app/src/main/res/layout/activity_post_poll.xml | 27 +++++++++++++++++++++++ app/src/main/res/layout/activity_post_video.xml | 27 +++++++++++++++++++++++ 5 files changed, 135 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_post_gallery.xml b/app/src/main/res/layout/activity_post_gallery.xml index 66fd39ac..e9535b3c 100644 --- a/app/src/main/res/layout/activity_post_gallery.xml +++ b/app/src/main/res/layout/activity_post_gallery.xml @@ -33,6 +33,33 @@ android:layout_height="match_parent" android:orientation="vertical"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +