Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <activity
  2. android:name=".MainActivity"
  3. android:label="@string/title_activity_main"
  4. android:configChanges="orientation">
  5.  
  6. android:configChanges="orientation|screenSize"
  7.  
  8. @Override
  9. public void onConfigurationChanged(Configuration newConfig) {
  10. // TODO: handle the new configuration
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement