From 0c94027cba9f696077565a6e3c2807ee82c27b0c Mon Sep 17 00:00:00 2001 From: cergor Date: Wed, 18 Aug 2021 11:10:20 +0300 Subject: [PATCH] The ability to select and copy text Adding the ability to select and copy text in the columns like "What's New", "Description" and in the comments. --- app/src/main/res/layout/activity_details_more.xml | 3 +++ app/src/main/res/layout/layout_details_description.xml | 4 ++++ app/src/main/res/layout/view_app_update.xml | 1 + app/src/main/res/layout/view_exodus.xml | 6 +++++- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_details_more.xml b/app/src/main/res/layout/activity_details_more.xml index 6b60766d5..04750a1b8 100644 --- a/app/src/main/res/layout/activity_details_more.xml +++ b/app/src/main/res/layout/activity_details_more.xml @@ -52,6 +52,7 @@ diff --git a/app/src/main/res/layout/view_app_update.xml b/app/src/main/res/layout/view_app_update.xml index cb3f4ec89..60d502e28 100644 --- a/app/src/main/res/layout/view_app_update.xml +++ b/app/src/main/res/layout/view_app_update.xml @@ -155,6 +155,7 @@ android:ellipsize="end" android:minHeight="?actionBarSize" android:singleLine="false" + android:textIsSelectable="true" android:textAppearance="@style/TextAppearance.Aurora.Line2" /> \ No newline at end of file diff --git a/app/src/main/res/layout/view_exodus.xml b/app/src/main/res/layout/view_exodus.xml index 8e8a7c795..23242eeaf 100644 --- a/app/src/main/res/layout/view_exodus.xml +++ b/app/src/main/res/layout/view_exodus.xml @@ -26,7 +26,8 @@ android:layout_height="wrap_content" android:orientation="vertical" android:paddingStart="@dimen/padding_large" - android:paddingEnd="@dimen/padding_normal"> + android:paddingEnd="@dimen/padding_normal" + android:textIsSelectable="true">