Some info about java and android
Set following code before setting activity layout as follow
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); setContentView(r.layout.yourlayout);
No comments:
Post a Comment