From be4595f1306e7f998c21f20442e7534c6543ffdb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Feb 2026 20:37:11 +0000 Subject: [PATCH 1/2] Initial plan From 5cd7e4015f020d7094979fa39757c85a9497430c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Feb 2026 20:39:17 +0000 Subject: [PATCH 2/2] Replace hardcoded android:text with tools:text for versionText Co-authored-by: ardevd <366855+ardevd@users.noreply.github.com> --- app/src/main/res/layout/fragment_settings.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml index a97b350..3cd76e9 100644 --- a/app/src/main/res/layout/fragment_settings.xml +++ b/app/src/main/res/layout/fragment_settings.xml @@ -1,6 +1,7 @@ @@ -73,12 +74,12 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" - android:text="v1.0.0" android:textAppearance="?attr/textAppearanceBodySmall" android:textColor="?attr/colorOutline" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/logoutButton" /> + app:layout_constraintTop_toBottomOf="@id/logoutButton" + tools:text="v1.0.0" /> \ No newline at end of file