From 9596f374b8d28f51502c20d752c1c36e25c1ddee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20C=C3=A0llisto?= Date: Tue, 22 Apr 2025 21:54:53 +0200 Subject: [PATCH 1/2] Improvements --- app/src/main/res/layout/fragment_main.xml | 68 +++++++++------- .../ui/main/MainFragment.scala | 78 +++++++++++-------- .../ui/main/MainViewModel.scala | 34 +++++++- 3 files changed, 117 insertions(+), 63 deletions(-) diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml index 9c66fe8..6061c95 100644 --- a/app/src/main/res/layout/fragment_main.xml +++ b/app/src/main/res/layout/fragment_main.xml @@ -11,69 +11,77 @@ + android:orientation="vertical" + android:padding="16dp"> + android:layout_marginStart="4dp" + android:layout_marginBottom="4dp" + android:text="Organisation" + android:textStyle="bold" /> + android:inputType="text" + android:importantForAutofill="no" /> + android:layout_marginStart="4dp" + android:layout_marginBottom="4dp" + android:text="Repository" + android:textStyle="bold" /> + android:inputType="text" + android:importantForAutofill="no" />