forked from Ivasoft/mattermost-mobile
* Update dependencies * Fix lint, use npm@6 * Fix unit tests * Dowgrade Fastlane * Fix Fastlane script * use android:api-29-node ci image * Infer gradle json file from apk output folder * Fastlane to Parse new version of gradle output-metadata.json
11 lines
284 B
XML
11 lines
284 B
XML
<resources>
|
|
|
|
<!-- Base application theme. -->
|
|
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
|
|
<!-- Customize your theme here. -->
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
|
|
</style>
|
|
|
|
</resources>
|