-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04f4cb7
commit 5f07abf
Showing
5 changed files
with
201 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
...ient/client/src/main/java/cz/kofron/foodinventory/client/view/SuspendableSurfaceView.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
package cz.kofron.foodinventory.client.view; | ||
|
||
import android.content.Context; | ||
import android.util.AttributeSet; | ||
import android.view.SurfaceView; | ||
|
||
/** | ||
* Created by kofee on 25.4.14. | ||
*/ | ||
public class SuspendableSurfaceView extends SurfaceView | ||
{ | ||
public SuspendableSurfaceView(Context context) | ||
{ | ||
super(context); | ||
} | ||
|
||
public SuspendableSurfaceView(Context context, AttributeSet attrs) | ||
{ | ||
super(context, attrs); | ||
} | ||
|
||
public SuspendableSurfaceView(Context context, AttributeSet attrs, int defStyle) | ||
{ | ||
super(context, attrs, defStyle); | ||
} | ||
} |
Binary file added
BIN
+2.51 KB
src/Client/client/src/main/res/drawable-xhdpi/device_access_switch_camera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters