Files
Helldivers-app-movil/app/build/intermediates/packaged_res/debug/packageDebugResources/values-v21/values-v21.xml
2026-04-14 22:59:04 +02:00

13 lines
692 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Helldivers" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/helldivers_dark_secondary</item>
<item name="colorPrimaryDark">@color/helldivers_black</item>
<item name="colorAccent">@color/helldivers_yellow</item>
<item name="android:windowBackground">@color/helldivers_black</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:textColorPrimary">@color/helldivers_white</item>
<item name="android:textColorSecondary">@color/helldivers_gray</item>
</style>
</resources>