From 0d1fcecde60bbb1eb3b43736807883b12e54b2e8 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 5 Aug 2019 10:30:22 +0800 Subject: Searching subreddits to post is available. Use Toolbar instead of ActionBar in various activities. Minor bugs fixed. --- app/src/main/res/layout/activity_post_image.xml | 16 +++++++++++- app/src/main/res/layout/activity_post_link.xml | 16 +++++++++++- app/src/main/res/layout/activity_post_text.xml | 16 +++++++++++- app/src/main/res/layout/activity_post_video.xml | 16 +++++++++++- .../layout/activity_search_subreddits_result.xml | 29 ++++++++++++++++++++++ .../res/layout/activity_subreddit_selection.xml | 27 +++++++++++++++++--- 6 files changed, 113 insertions(+), 7 deletions(-) create mode 100644 app/src/main/res/layout/activity_search_subreddits_result.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_post_image.xml b/app/src/main/res/layout/activity_post_image.xml index ce345d58..5ca123f7 100644 --- a/app/src/main/res/layout/activity_post_image.xml +++ b/app/src/main/res/layout/activity_post_image.xml @@ -7,10 +7,24 @@ android:id="@+id/coordinator_layout_post_image_activity" tools:context=".PostImageActivity"> + + + + + + + app:layout_behavior="@string/appbar_scrolling_view_behavior"> + + + + + + + app:layout_behavior="@string/appbar_scrolling_view_behavior"> + + + + + + + app:layout_behavior="@string/appbar_scrolling_view_behavior"> + + + + + + + app:layout_behavior="@string/appbar_scrolling_view_behavior"> + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_subreddit_selection.xml b/app/src/main/res/layout/activity_subreddit_selection.xml index 6e844466..6c0e6061 100644 --- a/app/src/main/res/layout/activity_subreddit_selection.xml +++ b/app/src/main/res/layout/activity_subreddit_selection.xml @@ -1,8 +1,29 @@ - \ No newline at end of file + tools:context=".SubredditSelectionActivity"> + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3