From 2d69170f4f6bd54efc472462d47f10988942bcba Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 15 Jul 2020 11:51:29 +0800 Subject: Add an option to ignore nav bar in ViewVideoActivity and ViewImgurVideoFragment. Use Hauler to do drag up or down to finish Activity in ViewVideoActivity and ViewImgurMediaActivity. --- app/src/main/res/anim/slide_out_down.xml | 12 ++++++++++++ app/src/main/res/anim/slide_out_up.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 app/src/main/res/anim/slide_out_down.xml create mode 100644 app/src/main/res/anim/slide_out_up.xml (limited to 'app/src/main/res/anim') diff --git a/app/src/main/res/anim/slide_out_down.xml b/app/src/main/res/anim/slide_out_down.xml new file mode 100644 index 00000000..f6fb89c8 --- /dev/null +++ b/app/src/main/res/anim/slide_out_down.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/anim/slide_out_up.xml b/app/src/main/res/anim/slide_out_up.xml new file mode 100644 index 00000000..fcbe785b --- /dev/null +++ b/app/src/main/res/anim/slide_out_up.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3