Can I add a portrait layout on top of a landscape Camera SurfaceView?
- by Uwe Krass
My application should hold a camera preview surface. The camera is fixed to landscape view via AndroidMainfest.xml
<application android:icon="@drawable/icon"
android:label="Camera">
<uses-library android:name="com.google.android.maps" />
<uses-feature android:name="android.hardware.camera" />
<uses-feature…