From 7a429f902dc0e9519382032cca2da97816877b0d Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 5 Apr 2020 16:21:47 +0800 Subject: Long press a multireddit in the list to show some options. Fix some UI issues. --- .../res/layout/activity_selected_subreddits.xml | 3 +- .../fragment_multi_reddit_options_bottom_sheet.xml | 51 ++++++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/layout/fragment_multi_reddit_options_bottom_sheet.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_selected_subreddits.xml b/app/src/main/res/layout/activity_selected_subreddits.xml index 8484ae58..44edbd7e 100644 --- a/app/src/main/res/layout/activity_selected_subreddits.xml +++ b/app/src/main/res/layout/activity_selected_subreddits.xml @@ -44,6 +44,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="@dimen/fab_margin" - android:layout_gravity="bottom|end" /> + android:layout_gravity="bottom|end" + android:src="@drawable/ic_add_24dp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_multi_reddit_options_bottom_sheet.xml b/app/src/main/res/layout/fragment_multi_reddit_options_bottom_sheet.xml new file mode 100644 index 00000000..466e90a0 --- /dev/null +++ b/app/src/main/res/layout/fragment_multi_reddit_options_bottom_sheet.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3