Clickable optin turned off. Text disapearing fixed.

This commit is contained in:
Alexander Smorkalov 2012-10-11 16:27:01 +04:00
parent c46affe63e
commit 0c70b45625
2 changed files with 6 additions and 0 deletions

View 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" />

View 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" />