QuickAction: Show the icons in production

Workaround for bug https://github.com/flutter/flutter/issues/51455
This commit is contained in:
Vishesh Handa
2020-09-01 11:02:20 +02:00
parent 4596e11ab4
commit 3f0606449f
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_book" />
<item android:drawable="@drawable/ic_markdown" />
<item android:drawable="@drawable/ic_tasks" />
</layer-list>

View File

@ -5,4 +5,7 @@
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
</style>
<style name="QuickActions">
<item name="android:windowBackground">@drawable/quick_actions</item>
</style>
</resources>