Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. private boolean isLandscape() {
  2. final Resources resources = getResources();
  3.  
  4. return resources != null && resources.getConfiguration() != null
  5. && resources.getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement