This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/MobileApps/MyDriving/MyDriving.Android/Resources/values-v19/styles.xml
2022-11-03 16:41:13 -04:00

8 lines
272 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<resources>
<style name="SplashTheme" parent="SplashTheme.Base">
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowTranslucentStatus">true</item>
</style>
</resources>