From 1fc84239069fa19da7f7c7b0b0825717aad4999c Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 26 Jul 2019 10:50:32 +0800 Subject: Sorting posts is now available. Minor bugs fixed. --- app/src/main/res/layout/activity_post_video.xml | 8 +- .../res/layout/fragment_sort_type_bottom_sheet.xml | 97 ++++++++++++++++++++++ app/src/main/res/layout/sort_type_bottom_sheet.xml | 97 ++++++++++++++++++++++ 3 files changed, 197 insertions(+), 5 deletions(-) create mode 100644 app/src/main/res/layout/fragment_sort_type_bottom_sheet.xml create mode 100644 app/src/main/res/layout/sort_type_bottom_sheet.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_post_video.xml b/app/src/main/res/layout/activity_post_video.xml index f0df4eea..d1c3ed58 100644 --- a/app/src/main/res/layout/activity_post_video.xml +++ b/app/src/main/res/layout/activity_post_video.xml @@ -166,13 +166,11 @@ android:textColor="@color/colorAccent" android:visibility="gone" /> - + android:visibility="gone"/> diff --git a/app/src/main/res/layout/fragment_sort_type_bottom_sheet.xml b/app/src/main/res/layout/fragment_sort_type_bottom_sheet.xml new file mode 100644 index 00000000..bdf38858 --- /dev/null +++ b/app/src/main/res/layout/fragment_sort_type_bottom_sheet.xml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/sort_type_bottom_sheet.xml b/app/src/main/res/layout/sort_type_bottom_sheet.xml new file mode 100644 index 00000000..5951b431 --- /dev/null +++ b/app/src/main/res/layout/sort_type_bottom_sheet.xml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3