Skip to content

Instantly share code, notes, and snippets.

@HugoMatilla
Last active October 22, 2020 11:32
Show Gist options
  • Save HugoMatilla/1f0d64c75736ecda97ea848482d012a8 to your computer and use it in GitHub Desktop.
Save HugoMatilla/1f0d64c75736ecda97ea848482d012a8 to your computer and use it in GitHub Desktop.
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
val contextThemeWrapper = ContextThemeWrapper(activity, R.style.Theme_MyApp_Alternative)
val localInflater = inflater.cloneInContext(contextThemeWrapper)
return localInflater.inflate(R.layout.fragment_simple, container, false)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment