Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1c0f97c65 | |||
|
|
6f4ddfca23 | ||
|
|
d3f0a2692a |
@@ -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