From 5a25edeefbaef1b088dd61765fce09d4a4e3bb1a Mon Sep 17 00:00:00 2001 From: niuhb <76513019+niu-hb@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=86=85=E5=AE=B9=E5=8F=AF?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=20(#4604)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/item_app_log.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/item_app_log.xml b/app/src/main/res/layout/item_app_log.xml index 341e16881..eb1c229fc 100644 --- a/app/src/main/res/layout/item_app_log.xml +++ b/app/src/main/res/layout/item_app_log.xml @@ -15,6 +15,8 @@ android:id="@+id/text_message" android:layout_width="match_parent" android:layout_height="wrap_content" + android:contentDescription="@string/log" + android:textIsSelectable="true" android:autoLink="web" /> \ No newline at end of file