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