From d6dd171ac43db9e3674149f75e05c35f52e18cb2 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 4 Apr 2020 16:10:25 +0800 Subject: Editing multireddits is now available. --- .../res/layout/activity_create_multi_reddit.xml | 3 +- .../main/res/layout/activity_edit_multi_reddit.xml | 130 +++++++++++++++++++++ .../res/layout/activity_selected_subreddits.xml | 49 ++++++++ .../main/res/layout/item_selected_subreddit.xml | 25 ++++ 4 files changed, 205 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/layout/activity_edit_multi_reddit.xml create mode 100644 app/src/main/res/layout/activity_selected_subreddits.xml create mode 100644 app/src/main/res/layout/item_selected_subreddit.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_create_multi_reddit.xml b/app/src/main/res/layout/activity_create_multi_reddit.xml index 07bbcea1..be4bdeda 100644 --- a/app/src/main/res/layout/activity_create_multi_reddit.xml +++ b/app/src/main/res/layout/activity_create_multi_reddit.xml @@ -108,7 +108,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="16dp" - android:text="@string/select_subreddit" + android:text="@string/select_subreddits" android:textSize="?attr/font_default" android:textColor="?attr/primaryTextColor" android:clickable="true" @@ -119,5 +119,4 @@ - \ No newline at end of file diff --git a/app/src/main/res/layout/activity_edit_multi_reddit.xml b/app/src/main/res/layout/activity_edit_multi_reddit.xml new file mode 100644 index 00000000..2cc7af50 --- /dev/null +++ b/app/src/main/res/layout/activity_edit_multi_reddit.xml @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_selected_subreddits.xml b/app/src/main/res/layout/activity_selected_subreddits.xml new file mode 100644 index 00000000..8484ae58 --- /dev/null +++ b/app/src/main/res/layout/activity_selected_subreddits.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_selected_subreddit.xml b/app/src/main/res/layout/item_selected_subreddit.xml new file mode 100644 index 00000000..9653e179 --- /dev/null +++ b/app/src/main/res/layout/item_selected_subreddit.xml @@ -0,0 +1,25 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3