From 63709ba60c7d3b6d3e1f67a78532848b5d49a14f Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 6 Mar 2022 22:23:13 +0100 Subject: [PATCH] Auto select all uuid --- 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 c9c8d708cd..27d3827d5f 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -421,6 +421,7 @@ android:layout_height="wrap_content" android:layout_marginEnd="48dp" android:fontFamily="monospace" + android:selectAllOnFocus="true" android:text="UUID" android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textIsSelectable="true"