From f458e50e7cf5f9aab41d00098f8a361d72bb350f Mon Sep 17 00:00:00 2001 From: Fabian Zobrist Date: Fri, 21 Aug 2020 10:34:39 +0200 Subject: [PATCH] Make team names editable --- app/src/main/res/layout-land/content_main.xml | 12 ++++++---- app/src/main/res/layout/content_main.xml | 24 ++++++++++++------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout-land/content_main.xml b/app/src/main/res/layout-land/content_main.xml index 3e34503..3171189 100644 --- a/app/src/main/res/layout-land/content_main.xml +++ b/app/src/main/res/layout-land/content_main.xml @@ -22,21 +22,25 @@ android:layout_height="wrap_content" android:orientation="horizontal"> - - @@ -85,14 +89,14 @@ android:id="@+id/historyA" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_weight="1" + android:layout_weight="0.2" android:gravity="center" /> diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml index fe8b5db..fef7c44 100644 --- a/app/src/main/res/layout/content_main.xml +++ b/app/src/main/res/layout/content_main.xml @@ -13,21 +13,25 @@ android:orientation="horizontal" app:layout_constraintTop_toTopOf="parent"> - - @@ -84,21 +88,23 @@ + +