add a Menu item for accessing Settings

This commit is contained in:
tibbi
2016-06-18 17:29:45 +02:00
parent b0d6641a54
commit 68e7a8de1e
7 changed files with 40 additions and 5 deletions

View File

@ -53,7 +53,6 @@ public class Preview extends ViewGroup implements SurfaceHolder.Callback, View.O
private static int lastClickX;
private static int lastClickY;
private static int initVideoRotation;
private static int navBarHeight;
private static Point screenSize;
private static Uri targetUri;
@ -79,7 +78,6 @@ public class Preview extends ViewGroup implements SurfaceHolder.Callback, View.O
isSurfaceCreated = false;
setupPreviewAfterMeasure = false;
curVideoPath = "";
navBarHeight = Utils.getNavBarHeight(getResources());
screenSize = Utils.getScreenSize(activity);
}