Files
rr3-apk/res/values-v28/styles.xml
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

16 lines
842 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.Theme.AppCompat" parent="@style/Base.V28.Theme.AppCompat" />
<style name="Base.Theme.AppCompat.Light" parent="@style/Base.V28.Theme.AppCompat.Light" />
<style name="splashScreenTheme" parent="@style/baseSplashScreenTheme">
<item name="android:colorPrimary">@color/RecentsWindowColor</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<style name="Base.V28.Theme.AppCompat" parent="@style/Base.V26.Theme.AppCompat">
<item name="dialogCornerRadius">?android:dialogCornerRadius</item>
</style>
<style name="Base.V28.Theme.AppCompat.Light" parent="@style/Base.V26.Theme.AppCompat.Light">
<item name="dialogCornerRadius">?android:dialogCornerRadius</item>
</style>
</resources>