Saturday, 5 March 2016

Android Screen Orientation


Go AndroidManifest.xml. then just change Screen Orientation .




  1. <activity  
  2.             android:name="com.example.screenorientation.MainActivity"  
  3.             android:label="@string/app_name"   
  4.             android:screenOrientation="landscape"  
  5.             >  

2 comments: