From f65666a996ee13911f5a334d80c18e636b1b0f23 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 18 Nov 2024 11:20:13 +0100 Subject: [PATCH] Improved help & troubleshooting views --- .../main/res/layout/help_debug_fragment.xml | 51 ++++++++++++++----- app/src/main/res/layout/help_fragment.xml | 9 ++++ 2 files changed, 47 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/help_debug_fragment.xml b/app/src/main/res/layout/help_debug_fragment.xml index 42a926fc5..dd5a54f2a 100644 --- a/app/src/main/res/layout/help_debug_fragment.xml +++ b/app/src/main/res/layout/help_debug_fragment.xml @@ -134,7 +134,6 @@ + app:layout_constraintEnd_toStartOf="@id/app_version_copy_icon" /> + + + app:layout_constraintEnd_toStartOf="@id/sdk_version_copy_icon" /> + + @@ -213,6 +216,9 @@ android:layout_marginEnd="16dp" android:layout_marginTop="24dp" android:text="@string/help_about_open_source_licenses_title" + android:drawableEnd="@drawable/arrow_square_out" + android:drawablePadding="5dp" + app:drawableTint="?attr/color_main2_600" app:layout_constraintTop_toBottomOf="@id/version_flow" app:layout_constraintStart_toEndOf="@id/open_source_licenses_icon" app:layout_constraintEnd_toEndOf="parent"/> @@ -256,6 +262,9 @@ android:layout_marginEnd="16dp" android:layout_marginTop="24dp" android:text="@string/help_about_contribute_translations_title" + android:drawableEnd="@drawable/arrow_square_out" + android:drawablePadding="5dp" + app:drawableTint="?attr/color_main2_600" app:layout_constraintTop_toBottomOf="@id/open_source_licenses_subtitle" app:layout_constraintStart_toEndOf="@id/translate_icon" app:layout_constraintEnd_toEndOf="parent"/>