From db01f1dbd5c1f19c22888a15fde5dc59e127b458 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 6 Mar 2022 22:25:54 +0100 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 27d3827d5f..2e33db9b60 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -419,6 +419,7 @@ android:id="@+id/tvUuid" android:layout_width="0dp" android:layout_height="wrap_content" + android:layout_marginTop="6dp" android:layout_marginEnd="48dp" android:fontFamily="monospace" android:selectAllOnFocus="true"