Clickable optin turned off. Text disapearing fixed.
authorAlexander Smorkalov <alexander.smorkalov@itseez.com>
Thu, 11 Oct 2012 12:27:01 +0000 (16:27 +0400)
committerAlexander Smorkalov <alexander.smorkalov@itseez.com>
Thu, 11 Oct 2012 12:27:01 +0000 (16:27 +0400)
android/service/engine/res/layout-small/main.xml
android/service/engine/res/layout/main.xml

index e9cb268..a2cc322 100644 (file)
@@ -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" />
 
index 50ac9af..8746ccb 100644 (file)
@@ -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" />