From f8cd8540e607d0a3b7ef0e29d3b146fdfa48ed4d Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 23 Sep 2023 21:54:13 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_options_misc.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index f60860780b..64b36e4fd1 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -473,6 +473,7 @@ android:text="UUID" android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textIsSelectable="true" + android:textSize="12sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/swCrashReports" />