Hi Guys,
I have a question, how to show a portrait view inside landscape activity (eg. camera activity)
for example: i have a camera activity (which should always on landscape mode), but i want my button (which is overlay on top of camera screen) following handset orientation.
so when i turn my handset as a landscape, then my button orientation follow the handset orientation, as well as if i turn my handset as a portrait.
what i've done currently now is: i stick the screen orientation as a landscape orientation inside the manifest file (for my camera activity)
does any body know how to do it?
thank you for replying me :)