We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a7771 commit 52eadc7Copy full SHA for 52eadc7
example/cordova/config.xml
@@ -13,7 +13,10 @@
13
</plugin>
14
15
<platform name="android">
16
- <hook type="after_prepare" src="scripts/android/copy-resources.js" />
+ <resource-file src="res/android/drawable-xhdpi/ic_stat_trend.png"
17
+ target="app/src/main/res/drawable-xhdpi/ic_stat_trend.png" />
18
+ <resource-file src="res/android/values/firebase_themes.xml"
19
+ target="app/src/main/res/values/firebase_themes.xml" />
20
<preference name="Theme" value="@style/Theme.Firebase" />
21
</platform>
22
0 commit comments