Skip to content

Instantly share code, notes, and snippets.

@cengiztoru
Created July 8, 2021 17:10
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 cengiztoru/e7ee6334730cac59088496f6117f761d to your computer and use it in GitHub Desktop.
Save cengiztoru/e7ee6334730cac59088496f6117f761d to your computer and use it in GitHub Desktop.
override fun onRtlPropertiesChanged(layoutDirection: kotlin.Int) {
super.onRtlPropertiesChanged(layoutDirection)
//do magic
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment