From 63cad0d754b58cfe956fbc30ea0596e009d44f85 Mon Sep 17 00:00:00 2001 From: Steffan Byrne Date: Mon, 5 Jun 2017 22:07:40 -0400 Subject: [PATCH] Made app_details2_header text selectable. This addresses #1032. --- app/src/main/res/layout/app_details2_header.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/app_details2_header.xml b/app/src/main/res/layout/app_details2_header.xml index 224e55d4a..dc0d83e08 100755 --- a/app/src/main/res/layout/app_details2_header.xml +++ b/app/src/main/res/layout/app_details2_header.xml @@ -206,6 +206,7 @@ android:layout_marginTop="16dp" android:scrollbars="none" android:textAppearance="@style/TextAppearance.AppCompat.Body1" + android:textIsSelectable="true" tools:text="This is the app description of this awezome app. It can be several lines long, but will be truncated at just a few if it is. A 'read more' button will appear so that you can expand the view and view the full text, if you wish. Yes, it will be blue and beautiful." />