Fix: Ahora no se paraliza el minijuego al generar una nueva combinacion de estratagema
Some checks failed
Build Android APK / build (push) Has been cancelled
Some checks failed
Build Android APK / build (push) Has been cancelled
This commit is contained in:
20
app/src/main/res/drawable/ic_failure.xml
Normal file
20
app/src/main/res/drawable/ic_failure.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="150dp"
|
||||
android:height="150dp"
|
||||
android:viewportWidth="150"
|
||||
android:viewportHeight="150">
|
||||
<!-- Red circle background -->
|
||||
<path
|
||||
android:fillColor="#CC0000"
|
||||
android:pathData="M75,75m-60,0a60,60 0,1 1,120 0a60,60 0,1 1,-120 0"/>
|
||||
<!-- X mark -->
|
||||
<path
|
||||
android:strokeWidth="10"
|
||||
android:strokeColor="#FFFFFF"
|
||||
android:pathData="M45,45L105,105"/>
|
||||
<path
|
||||
android:strokeWidth="10"
|
||||
android:strokeColor="#FFFFFF"
|
||||
android:pathData="M105,45L45,105"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user