Initial commit

This commit is contained in:
2026-04-14 22:59:04 +02:00
commit 7436a56c4f
581 changed files with 53368 additions and 0 deletions

View File

@@ -0,0 +1,139 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="black">#FF000000</color>
<color name="btn_bg_dark">#1B1F25</color>
<color name="btn_bg_pressed">#2C3138</color>
<color name="btn_border_blue">#00BFFF</color>
<color name="btn_border_yellow">#FFD700</color>
<color name="helldivers_black">#000000</color>
<color name="helldivers_blue">#00BFFF</color>
<color name="helldivers_blue_bright">#1E90FF</color>
<color name="helldivers_dark_bg">#0D0D0D</color>
<color name="helldivers_dark_secondary">#1B1F25</color>
<color name="helldivers_dark_tertiary">#121417</color>
<color name="helldivers_gray">#8E8E93</color>
<color name="helldivers_gray_light">#C7C7CC</color>
<color name="helldivers_orange">#FF8C00</color>
<color name="helldivers_red">#FF3B30</color>
<color name="helldivers_red_bright">#FF6B6B</color>
<color name="helldivers_white">#FFFFFF</color>
<color name="helldivers_yellow">#FFD700</color>
<color name="helldivers_yellow_bright">#FFE135</color>
<color name="purple_200">#FFBB86FC</color>
<color name="purple_500">#FF6200EE</color>
<color name="purple_700">#FF3700B3</color>
<color name="teal_200">#FF03DAC5</color>
<color name="teal_700">#FF018786</color>
<color name="white">#FFFFFFFF</color>
<dimen name="btn_height_large">72dp</dimen>
<dimen name="btn_height_medium">56dp</dimen>
<dimen name="btn_height_small">48dp</dimen>
<dimen name="btn_width_large">180dp</dimen>
<dimen name="btn_width_medium">140dp</dimen>
<dimen name="card_corner_radius">8dp</dimen>
<dimen name="card_elevation">4dp</dimen>
<dimen name="container_padding">16dp</dimen>
<dimen name="dpad_button_size">64dp</dimen>
<dimen name="dpad_spacing">8dp</dimen>
<dimen name="logo_height">120dp</dimen>
<dimen name="logo_height_small">80dp</dimen>
<dimen name="logo_width">280dp</dimen>
<dimen name="logo_width_small">200dp</dimen>
<dimen name="qr_padding">24dp</dimen>
<dimen name="qr_size">300dp</dimen>
<dimen name="spacing_l">16dp</dimen>
<dimen name="spacing_m">12dp</dimen>
<dimen name="spacing_s">8dp</dimen>
<dimen name="spacing_xl">24dp</dimen>
<dimen name="spacing_xs">4dp</dimen>
<dimen name="spacing_xxl">32dp</dimen>
<dimen name="text_l">16sp</dimen>
<dimen name="text_m">14sp</dimen>
<dimen name="text_s">12sp</dimen>
<dimen name="text_title">24sp</dimen>
<dimen name="text_xl">18sp</dimen>
<dimen name="text_xs">10sp</dimen>
<dimen name="text_xxl">22sp</dimen>
<string name="app_name">Helldivers Terminal</string>
<string name="app_version">LIBERTY DEFENSE OS v1.0</string>
<string name="arrow_down"></string>
<string name="arrow_left"></string>
<string name="arrow_right"></string>
<string name="arrow_up"></string>
<string name="btn_minijuego">Estratagemas\nTraining</string>
<string name="btn_qr_instagram">Seguir en\nInstagram</string>
<string name="btn_volver">VOLVER</string>
<string name="game_score_initial">PUNTUACION: 0 | NIVEL: 1</string>
<string name="game_status_correct">CORRECTO!</string>
<string name="game_status_fail">FALLASTE</string>
<string name="game_status_ready">PREPARADO</string>
<string name="game_status_watch">OBSERVA LA SECUENCIA</string>
<string name="game_status_your_turn">TU TURNO</string>
<string name="game_title">Entrenamiento de Estratagemas</string>
<string name="logo_description">Logo Helldivers 2</string>
<string name="qr_description">Codigo QR para Instagram</string>
<string name="qr_loading">Generando codigo QR...</string>
<string name="qr_title">Codigo QR</string>
<style name="HelldiversButton" parent="Widget.AppCompat.Button">
<item name="android:minHeight">48dp</item>
<item name="android:textColor">@color/helldivers_yellow</item>
</style>
<style name="HelldiversButton.Primary" parent="HelldiversButton">
<item name="android:background">@drawable/btn_helldivers_primary</item>
<item name="android:textColor">@color/helldivers_yellow</item>
<item name="android:textSize">16sp</item>
<item name="android:fontFamily">sans-serif-medium</item>
<item name="android:textAllCaps">true</item>
<item name="android:minHeight">48dp</item>
<item name="android:paddingLeft">16dp</item>
<item name="android:paddingRight">16dp</item>
</style>
<style name="HelldiversButton.Secondary" parent="HelldiversButton">
<item name="android:background">@drawable/btn_helldivers_secondary</item>
<item name="android:textColor">@color/helldivers_yellow</item>
<item name="android:textSize">14sp</item>
<item name="android:fontFamily">sans-serif-medium</item>
<item name="android:textAllCaps">true</item>
<item name="android:minHeight">40dp</item>
</style>
<style name="HelldiversText">
<item name="android:textColor">@color/helldivers_white</item>
<item name="android:fontFamily">sans-serif</item>
</style>
<style name="HelldiversText.Body" parent="HelldiversText">
<item name="android:textColor">@color/helldivers_white</item>
<item name="android:textSize">16sp</item>
<item name="android:fontFamily">sans-serif</item>
</style>
<style name="HelldiversText.Title" parent="HelldiversText">
<item name="android:textColor">@color/helldivers_yellow</item>
<item name="android:textSize">20sp</item>
<item name="android:fontFamily">sans-serif-condensed</item>
<item name="android:textStyle">bold</item>
<item name="android:textAllCaps">true</item>
</style>
<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:windowFullscreen">false</item>
<item name="android:textColorPrimary">@color/helldivers_white</item>
<item name="android:textColorSecondary">@color/helldivers_gray</item>
<item name="colorButtonNormal">@color/btn_bg_dark</item>
<item name="colorControlHighlight">@color/helldivers_yellow</item>
</style>
</resources>