This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/packaging/android/res/values/splashscreentheme.xml
Michael Zanetti 4d7400d1c7 fix splash
2019-02-06 03:00:43 +01:00

7 lines
184 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="SplashScreenTheme">
<item name="android:windowBackground">@drawable/splash</item>
</style>
</resources>