From e02bd51887f273cf0c2dbeba534f953b3f26dffb Mon Sep 17 00:00:00 2001 From: PavelRatushny Date: Mon, 27 Nov 2017 11:15:32 +0200 Subject: [PATCH] Add animations for search and markers --- OsmAnd/res/anim/alpha_in.xml | 5 +++++ OsmAnd/res/anim/alpha_out.xml | 5 +++++ OsmAnd/res/values/styles.xml | 5 +++++ .../osmand/plus/mapmarkers/MapMarkersDialogFragment.java | 6 +++++- .../net/osmand/plus/search/QuickSearchDialogFragment.java | 6 +++++- 5 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 OsmAnd/res/anim/alpha_in.xml create mode 100644 OsmAnd/res/anim/alpha_out.xml diff --git a/OsmAnd/res/anim/alpha_in.xml b/OsmAnd/res/anim/alpha_in.xml new file mode 100644 index 0000000000..5a1c287cf1 --- /dev/null +++ b/OsmAnd/res/anim/alpha_in.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/OsmAnd/res/anim/alpha_out.xml b/OsmAnd/res/anim/alpha_out.xml new file mode 100644 index 0000000000..c01bfa52fb --- /dev/null +++ b/OsmAnd/res/anim/alpha_out.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml index c3cb92058d..bf31b96ede 100644 --- a/OsmAnd/res/values/styles.xml +++ b/OsmAnd/res/values/styles.xml @@ -461,6 +461,11 @@ @anim/slide_out_bottom + +