8
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-21 00:00:01 +08:00

Mise en place de la camera qui change en fonction de l'orientation + une image par dessus.

This commit is contained in:
Christophe Boucaut
2014-10-31 15:44:16 +01:00
parent 9a05622754
commit 3887dd7090
9 changed files with 81 additions and 30 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
</activity>
<activity
android:name=".CameraView"
android:label="@string/title_activity_camera_view" >
android:label="@string/title_activity_camera_view"
android:screenOrientation="fullSensor">
</activity>
</application>