diff --git a/res/layout/wifi_dpp_qrcode_generator_fragment.xml b/res/layout/wifi_dpp_qrcode_generator_fragment.xml index 1f8b37ca362..76eecb0a05d 100644 --- a/res/layout/wifi_dpp_qrcode_generator_fragment.xml +++ b/res/layout/wifi_dpp_qrcode_generator_fragment.xml @@ -56,6 +56,9 @@ android:layout_height="wrap_content" android:layout_marginTop="16dp" android:textAlignment="center" + android:textIsSelectable="true" + android:focusable="true" + android:longClickable="true" android:textAppearance="@android:style/TextAppearance.Material.Body1" android:textColor="?android:attr/textColorSecondary"/>