From 97c35416e73c3b1f4b6f2347e072255bc62f43b2 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 23 Sep 2023 13:51:00 +0200 Subject: [PATCH 1/4] Improve profile layout on wide screens & with large fonts --- app/src/main/res/layout/fragment_profile.xml | 729 +++++++++---------- 1 file changed, 360 insertions(+), 369 deletions(-) diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index a3856b2fbc..607bbd40e3 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -1,411 +1,294 @@ - + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="match_parent" + android:scrollbarStyle="outsideOverlay" + android:layout_height="match_parent"> + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + + + - + - + - + - + + + android:gravity="center_vertical" + android:maxLines="1" + android:textAlignment="gravity" + android:textAppearance="@style/TextAppearance.Title" + android:textSize="24sp" + tools:text="1021" /> + + + + + + + + + +