From 8fcb266a426f0b6b4e311ace3cec3f45b16488c1 Mon Sep 17 00:00:00 2001 From: dangilcal Date: Wed, 15 Apr 2026 10:48:49 +0200 Subject: [PATCH] =?UTF-8?q?Mejoras=20visuales=20en=20la=20pesta=C3=B1a=20d?= =?UTF-8?q?e=20inicio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/drawable/bg_direction_center.xml | 27 ++++++-- app/src/main/res/drawable/btn_direction.xml | 61 ++++++++++++++----- app/src/main/res/layout/activity_main.xml | 60 +++++++++--------- 3 files changed, 96 insertions(+), 52 deletions(-) diff --git a/app/src/main/res/drawable/bg_direction_center.xml b/app/src/main/res/drawable/bg_direction_center.xml index 23b9be7..681de2e 100644 --- a/app/src/main/res/drawable/bg_direction_center.xml +++ b/app/src/main/res/drawable/bg_direction_center.xml @@ -1,7 +1,22 @@ - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/btn_direction.xml b/app/src/main/res/drawable/btn_direction.xml index e85fc9c..4b333b0 100644 --- a/app/src/main/res/drawable/btn_direction.xml +++ b/app/src/main/res/drawable/btn_direction.xml @@ -1,27 +1,56 @@ - + - - - - - + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 374a0c9..6f8fde7 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -11,67 +11,67 @@ android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_alignParentTop="true" - android:layout_marginTop="16dp" + android:layout_marginTop="12dp" android:src="@drawable/hd_logo" android:contentDescription="Super Tierra" android:adjustViewBounds="true" - android:maxWidth="300dp" + android:maxWidth="280dp" android:tint="#FFD700" /> - - - +