Skip to content

Instantly share code, notes, and snippets.

@yaronv
Created October 24, 2015 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaronv/f8c53404da031236f997 to your computer and use it in GitHub Desktop.
Save yaronv/f8c53404da031236f997 to your computer and use it in GitHub Desktop.
public boolean isRTL(Context ctx) {
Configuration config = ctx.getResources().getConfiguration();
return config.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment