diff options
Diffstat (limited to 'android/res/layout/capture.xml')
| -rwxr-xr-x | android/res/layout/capture.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/android/res/layout/capture.xml b/android/res/layout/capture.xml index 9578b3985..cdd1904cd 100755 --- a/android/res/layout/capture.xml +++ b/android/res/layout/capture.xml @@ -151,7 +151,8 @@ android:textColorLink="@color/result_text" android:textSize="22sp" android:paddingLeft="12dip" - android:autoLink="web"/> + android:autoLink="web" + android:textIsSelectable="true"/> <TextView android:id="@+id/contents_supplement_text_view" android:layout_width="wrap_content" @@ -159,7 +160,8 @@ android:textColor="@color/result_text" android:textColorLink="@color/result_text" android:paddingLeft="12dip" - android:autoLink="web"/> + android:autoLink="web" + android:textIsSelectable="true"/> </LinearLayout> |
