From 3f0606449f40eb4220f81742ecacd58d8c5c673a Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 1 Sep 2020 11:02:20 +0200 Subject: [PATCH] QuickAction: Show the icons in production Workaround for bug https://github.com/flutter/flutter/issues/51455 --- android/app/src/main/res/drawable/quick_actions.xml | 8 ++++++++ android/app/src/main/res/values/styles.xml | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 android/app/src/main/res/drawable/quick_actions.xml diff --git a/android/app/src/main/res/drawable/quick_actions.xml b/android/app/src/main/res/drawable/quick_actions.xml new file mode 100644 index 00000000..68657f1e --- /dev/null +++ b/android/app/src/main/res/drawable/quick_actions.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 00fa4417..45d37f37 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -5,4 +5,7 @@ Flutter draws its first frame --> @drawable/launch_background +