color de fondo cambiado
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Fondo con gradiente vertical azul -->
|
||||
<!-- Fondo con gradiente horizontal (oscuro en los laterales, claro en el centro) -->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:startColor="@color/helldivers_dark_bg"
|
||||
android:centerColor="@color/helldivers_dark_secondary"
|
||||
android:endColor="@color/helldivers_dark_tertiary"
|
||||
android:angle="0"
|
||||
android:startColor="@color/helldivers_dark_secondary"
|
||||
android:centerColor="@color/helldivers_dark_bg"
|
||||
android:endColor="@color/helldivers_dark_secondary"
|
||||
android:type="linear" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user