0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-15 23:35:06 +00:00
VancedManager/app/src/main/res/values/styles.xml

10 lines
326 B
XML
Raw Normal View History

2020-03-16 15:41:57 +00:00
<resources>
2020-05-02 12:50:41 +00:00
<style name="SplashTheme" parent="Theme.MaterialComponents.NoActionBar">
<item name="android:windowBackground">@drawable/splash_logo</item>
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
2020-03-16 15:41:57 +00:00
</style>
</resources>