From 2106670980e78828e337f98bac9b91d717e646bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A7=81SH=CD=A5AF=CD=A3I=CD=AB=E0=BF=90=E2=81=B0?= =?UTF-8?q?=E2=81=B0=E2=81=B7?= <95597052+Xshafi@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:19:56 +0530 Subject: [PATCH] Update layout_diagnostic_item.xml Textview selectable --- app/src/main/res/layout/layout_diagnostic_item.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/layout_diagnostic_item.xml b/app/src/main/res/layout/layout_diagnostic_item.xml index 9ffdf1624b..aad49acb94 100755 --- a/app/src/main/res/layout/layout_diagnostic_item.xml +++ b/app/src/main/res/layout/layout_diagnostic_item.xml @@ -30,6 +30,7 @@ android:id="@+id/title" android:layout_width="match_parent" android:layout_height="wrap_content" + android:textIsSelectable="true" android:textAppearance="@style/TextAppearance.Material3.BodyMedium" tools:text="Diagnostic message" />