From 0c70b456253898307257e2e7c3499c57f22bcf75 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Thu, 11 Oct 2012 16:27:01 +0400 Subject: [PATCH] Clickable optin turned off. Text disapearing fixed. --- android/service/engine/res/layout-small/main.xml | 3 +++ android/service/engine/res/layout/main.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/android/service/engine/res/layout-small/main.xml b/android/service/engine/res/layout-small/main.xml index e9cb2685f..a2cc32250 100644 --- a/android/service/engine/res/layout-small/main.xml +++ b/android/service/engine/res/layout-small/main.xml @@ -16,6 +16,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink="web" + android:clickable="false" + android:duplicateParentState="false" + android:longClickable="false" android:text="OpenCV is Open Computer Vision library. OpenCV Manager provides the best version of the OpenCV for your hardware. See opencv.org for details." android:textAppearance="?android:attr/textAppearanceSmall" /> diff --git a/android/service/engine/res/layout/main.xml b/android/service/engine/res/layout/main.xml index 50ac9af23..8746ccb58 100644 --- a/android/service/engine/res/layout/main.xml +++ b/android/service/engine/res/layout/main.xml @@ -16,6 +16,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink="web" + android:clickable="false" + android:duplicateParentState="false" + android:longClickable="false" android:text="OpenCV library is used by other applications for image enhancement, panorama stitching, object detection, recognition and tracking and so on. OpenCV Manager provides the best version of the OpenCV for your hardware. See opencv.org for details." android:textAppearance="?android:attr/textAppearanceMedium" />