From f7f72a404b35b3a19ebd7eb525ab757a3e168cc6 Mon Sep 17 00:00:00 2001 From: vanitasvitae Date: Tue, 21 Jun 2016 12:05:59 +0200 Subject: [PATCH] Added animations --- app/src/main/res/anim/bottom_bar_down.xml | 6 ++++++ app/src/main/res/anim/bottom_bar_up.xml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 app/src/main/res/anim/bottom_bar_down.xml create mode 100644 app/src/main/res/anim/bottom_bar_up.xml diff --git a/app/src/main/res/anim/bottom_bar_down.xml b/app/src/main/res/anim/bottom_bar_down.xml new file mode 100644 index 00000000..f016fc2f --- /dev/null +++ b/app/src/main/res/anim/bottom_bar_down.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/anim/bottom_bar_up.xml b/app/src/main/res/anim/bottom_bar_up.xml new file mode 100644 index 00000000..d72c1e0d --- /dev/null +++ b/app/src/main/res/anim/bottom_bar_up.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file