From c913fd413979e83321da41934c97457b362f7a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Wed, 11 Dec 2024 10:32:27 -0300 Subject: [PATCH] Dimensions correction --- app/src/main/res/layout/fragment_home.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 0c253b9..520ea98 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -271,7 +271,7 @@ android:id="@+id/todayThisMonthCard" android:gravity="center" android:layout_width="match_parent" - android:layout_height="30dp" + android:layout_height="40dp" android:orientation="horizontal" android:background="@drawable/price_card_background" android:padding="2dp"> @@ -344,14 +344,14 @@ app:layout_constraintTop_toBottomOf="@+id/todayThisMonthCard" android:id="@+id/exchangeStats1Card" android:layout_width="match_parent" - android:layout_height="30dp" + android:layout_height="36dp" android:orientation="horizontal" android:background="@drawable/exchange_stats_card_background" android:padding="2dp">