fixing build and lint warnings

This commit is contained in:
Andrey Pavlenko
2013-04-16 15:30:43 +04:00
parent c02095ae1c
commit 8c40f0ccf2
6 changed files with 9 additions and 14 deletions

View File

@@ -6,7 +6,6 @@ import org.opencv.android.OpenCVLoader;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
public class CvNativeActivity extends Activity {

View File

@@ -1,4 +1,4 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:opencv="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
@@ -20,4 +20,4 @@
opencv:show_fps="true"
opencv:camera_id="any" />
</LinearLayout>
</FrameLayout>