Subir proyecto completo con build

This commit is contained in:
Kevin Alonso
2026-05-15 23:25:37 +02:00
parent 3db3075ca9
commit 878934832a
24 changed files with 194 additions and 212 deletions

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Fondo con gradiente vertical estilo Helldivers 2 -->
<!-- Fondo con gradiente vertical azul -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<gradient
android:angle="270"
android:startColor="#0D0D0D"
android:centerColor="#121417"
android:endColor="#1B1F25"
android:startColor="@color/helldivers_dark_bg"
android:centerColor="@color/helldivers_dark_secondary"
android:endColor="@color/helldivers_dark_tertiary"
android:type="linear" />
</shape>
</item>