From be4e73c504b55b95ac12820a4dfff131f3d0ca84 Mon Sep 17 00:00:00 2001 From: Docile-Alligator Date: Sun, 24 Apr 2022 11:11:15 +0800 Subject: Submit posts using another account is available in PostTextActivity. --- app/src/main/res/layout/activity_post_text.xml | 27 ++++++++++++++++++++++ .../fragment_account_chooser_bottom_sheet.xml | 15 ++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 app/src/main/res/layout/fragment_account_chooser_bottom_sheet.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_post_text.xml b/app/src/main/res/layout/activity_post_text.xml index 78728545..bd7174c8 100644 --- a/app/src/main/res/layout/activity_post_text.xml +++ b/app/src/main/res/layout/activity_post_text.xml @@ -39,6 +39,33 @@ android:layout_height="match_parent" android:orientation="vertical"> + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3