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" />