Issue #2549 OpenCV Samples does not expand on full screen fixed.
All samples use application style in android manifest instead of system calls in onCreate event now.
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
android:versionCode="21"
|
||||
android:versionName="2.1">
|
||||
|
||||
<application android:label="@string/app_name" android:icon="@drawable/icon">
|
||||
<application
|
||||
android:label="@string/app_name"
|
||||
android:icon="@drawable/icon"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
|
||||
|
||||
<activity android:name="ColorBlobDetectionActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="landscape"
|
||||
|
Reference in New Issue
Block a user