- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
18 lines
874 B
XML
18 lines
874 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Base.Theme.AppCompat" parent="@style/Base.V28.Theme.AppCompat">
|
|
</style>
|
|
<style name="Base.Theme.AppCompat.Light" parent="@style/Base.V28.Theme.AppCompat.Light">
|
|
</style>
|
|
<style name="Base.V28.Theme.AppCompat" parent="@style/Base.V26.Theme.AppCompat">
|
|
<item name="dialogCornerRadius">?android:attr/dialogCornerRadius</item>
|
|
</style>
|
|
<style name="Base.V28.Theme.AppCompat.Light" parent="@style/Base.V26.Theme.AppCompat.Light">
|
|
<item name="dialogCornerRadius">?android:attr/dialogCornerRadius</item>
|
|
</style>
|
|
<style name="splashScreenTheme" parent="@style/baseSplashScreenTheme">
|
|
<item name="android:colorPrimary">@color/RecentsWindowColor</item>
|
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
|
</style>
|
|
</resources>
|