From c6415ce18fa6faecd48eb0c42e2f5addfbbe7564 Mon Sep 17 00:00:00 2001 From: MarcLeclair Date: Fri, 26 Jun 2020 20:10:22 -0400 Subject: [PATCH] For 11616: removed black flicker with placeholder animation (#11796) Increasing duration removed second "light" flicker --- app/src/main/res/anim/placeholder_animation.xml | 9 +++++++++ app/src/main/res/values/styles.xml | 1 + .../java/org/mozilla/fenix/MigrationDecisionActivity.kt | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/anim/placeholder_animation.xml diff --git a/app/src/main/res/anim/placeholder_animation.xml b/app/src/main/res/anim/placeholder_animation.xml new file mode 100644 index 000000000..80c254842 --- /dev/null +++ b/app/src/main/res/anim/placeholder_animation.xml @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 0639fc523..567f6ade1 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -20,6 +20,7 @@ @style/DialogStyleNormal @style/DialogStyleNormal false + @android:color/transparent false