Stetch support for Android View classes added (Feature #2840)

This commit is contained in:
Alexander Smorkalov
2013-03-11 11:17:19 +04:00
parent 13f402a554
commit 8942eaf0d7
4 changed files with 32 additions and 3 deletions
@@ -4,8 +4,8 @@
android:layout_height="match_parent" >
<org.opencv.samples.tutorial3.Tutorial3View
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"
android:id="@+id/tutorial3_activity_java_surface_view" />