diff options
| author | Sean Owen <srowen@gmail.com> | 2014-01-19 04:54:33 +0400 |
|---|---|---|
| committer | Sean Owen <srowen@gmail.com> | 2014-01-19 04:54:33 +0400 |
| commit | 542319c18f4c5ae41059e6187b1cc94aeba6b0d8 (patch) | |
| tree | e1f1176803d476c3b5ac88b93b4fc83c89dafc45 /android/res/layout/capture.xml | |
| parent | 9983ccc428acff6a83688ae0456828322607a143 (diff) | |
| download | zxing-BS-4.5.1.tar.xz | |
Tiny differences to back port from review of diff with BS Pluszxing-2.3.0ZXingTest-1.4.1BS-4.5.1
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> |
