Skip to content

Instantly share code, notes, and snippets.

@meet30997
Created September 7, 2022 11:56
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 meet30997/0a2139efbcdcc75a5f0298fe45a1c70a to your computer and use it in GitHub Desktop.
Save meet30997/0a2139efbcdcc75a5f0298fe45a1c70a to your computer and use it in GitHub Desktop.
Translate Views
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
binding.bannerPager.translateYBy()
binding.smallBannerPager.translateYBy()
binding.subCategoryRv.translateYBy()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment