DoctorPill/src/Example/android/res/values-land/splashscreentheme.xml
2022-01-13 21:51:56 +03:00

7 lines
195 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<resources>
<style name="splashScreenTheme">
<item name="android:windowBackground">@drawable/splashscreen_land</item>
</style>
</resources>