From ec552416beba061cad5b04f9b08dfb8730ebebb9 Mon Sep 17 00:00:00 2001 From: Kuljeet1998 Date: Mon, 23 Sep 2024 14:09:17 -0400 Subject: [PATCH 1/5] team list make UI consistent --- app/src/main/res/layout/item_team_list.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/item_team_list.xml b/app/src/main/res/layout/item_team_list.xml index 3daeef6f08..574d87be66 100644 --- a/app/src/main/res/layout/item_team_list.xml +++ b/app/src/main/res/layout/item_team_list.xml @@ -6,13 +6,11 @@ android:layout_height="wrap_content" android:layout_marginTop="4dp" android:stretchColumns="*"> - - - + android:layout_weight="2"qq> - + \ No newline at end of file From f72f6b85670ca572cac81f70ec95373a2dee8dce Mon Sep 17 00:00:00 2001 From: Kuljeet1998 Date: Mon, 23 Sep 2024 14:11:17 -0400 Subject: [PATCH 2/5] remove redundant data --- app/src/main/res/layout/item_team_list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_team_list.xml b/app/src/main/res/layout/item_team_list.xml index 574d87be66..7145168b5c 100644 --- a/app/src/main/res/layout/item_team_list.xml +++ b/app/src/main/res/layout/item_team_list.xml @@ -44,7 +44,7 @@ android:id="@+id/ltButtons" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_weight="2"qq> + android:layout_weight="2"> Date: Tue, 24 Sep 2024 13:26:16 +0300 Subject: [PATCH 3/5] Update item_team_list.xml --- app/src/main/res/layout/item_team_list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_team_list.xml b/app/src/main/res/layout/item_team_list.xml index 7145168b5c..87ed997d24 100644 --- a/app/src/main/res/layout/item_team_list.xml +++ b/app/src/main/res/layout/item_team_list.xml @@ -100,4 +100,4 @@ app:tint="@color/daynight_textColor" /> - \ No newline at end of file + From 86c39b543597dd3836b778a29e245a00777ab375 Mon Sep 17 00:00:00 2001 From: dogi Date: Tue, 24 Sep 2024 14:50:09 -0400 Subject: [PATCH 4/5] Update item_team_list.xml --- app/src/main/res/layout/item_team_list.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/layout/item_team_list.xml b/app/src/main/res/layout/item_team_list.xml index 87ed997d24..72252522f8 100644 --- a/app/src/main/res/layout/item_team_list.xml +++ b/app/src/main/res/layout/item_team_list.xml @@ -6,11 +6,13 @@ android:layout_height="wrap_content" android:layout_marginTop="4dp" android:stretchColumns="*"> + + + Date: Tue, 24 Sep 2024 14:51:17 -0400 Subject: [PATCH 5/5] Update build.gradle --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5f36c71156..8227ff53eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 21 targetSdkVersion 34 - versionCode 1942 - versionName "0.19.42" + versionCode 1948 + versionName "0.19.48" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true