Merge pull request 'build/apk-subida' (#4) from KevGore/Helldivers-app-movil:build/apk-subida into main
All checks were successful
Build Android APK / build (push) Successful in 3m1s
All checks were successful
Build Android APK / build (push) Successful in 3m1s
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
@@ -191,11 +191,11 @@
|
|||||||
<!-- Volver -->
|
<!-- Volver -->
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/btn_volver"
|
android:id="@+id/btn_volver"
|
||||||
android:layout_width="48dp"
|
android:layout_width="53dp"
|
||||||
android:layout_height="48dp"
|
android:layout_height="53dp"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="16dp"
|
||||||
android:background="@drawable/btn_helldivers_secondary"
|
android:background="@drawable/btn_helldivers_secondary"
|
||||||
android:contentDescription="Volver"
|
android:contentDescription="Volver"
|
||||||
|
|||||||
@@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/btn_volver"
|
android:id="@+id/btn_volver"
|
||||||
android:layout_width="48dp"
|
android:layout_width="53dp"
|
||||||
android:layout_height="48dp"
|
android:layout_height="53dp"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="16dp"
|
||||||
android:background="@drawable/btn_helldivers_secondary"
|
android:background="@drawable/btn_helldivers_secondary"
|
||||||
android:contentDescription="Volver"
|
android:contentDescription="Volver"
|
||||||
|
|||||||
Reference in New Issue
Block a user