Loading app/src/main/java/net/sourceforge/opencamera/preview/CanvasView.java +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ import android.view.View; import net.sourceforge.opencamera.MyDebug; /** Overlay for the Preview - this just redirects to Preview.onDraw to do the /** View for on top of the Preview - this just redirects to Preview.onDraw to do the * work. Only used if using a MyTextureView (if using MySurfaceView, then that * class can handle the onDraw()). TextureViews can't be used for both a * camera preview, and used for drawing on. Loading app/src/main/res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -528,7 +528,7 @@ <string name="anti_banding_off">Off</string> <string name="preference_ghost_image">Ghost image</string> <string name="preference_ghost_image_summary">Overlay an image, to help with alignment.\n%s</string> <string name="preference_ghost_image_summary">Display an image over the preview, to help with alignment.\n%s</string> <string name="preference_ghost_image_off">Off</string> <string name="preference_ghost_image_last">Last photo taken</string> <string name="preference_ghost_image_selected">Selected image</string> Loading Loading
app/src/main/java/net/sourceforge/opencamera/preview/CanvasView.java +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ import android.view.View; import net.sourceforge.opencamera.MyDebug; /** Overlay for the Preview - this just redirects to Preview.onDraw to do the /** View for on top of the Preview - this just redirects to Preview.onDraw to do the * work. Only used if using a MyTextureView (if using MySurfaceView, then that * class can handle the onDraw()). TextureViews can't be used for both a * camera preview, and used for drawing on. Loading
app/src/main/res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -528,7 +528,7 @@ <string name="anti_banding_off">Off</string> <string name="preference_ghost_image">Ghost image</string> <string name="preference_ghost_image_summary">Overlay an image, to help with alignment.\n%s</string> <string name="preference_ghost_image_summary">Display an image over the preview, to help with alignment.\n%s</string> <string name="preference_ghost_image_off">Off</string> <string name="preference_ghost_image_last">Last photo taken</string> <string name="preference_ghost_image_selected">Selected image</string> Loading