Skip to content

Instantly share code, notes, and snippets.

@krossovochkin
Created January 18, 2020 12:42
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 krossovochkin/d6cd33ba9fc4243ccc3532d31ba0bdc3 to your computer and use it in GitHub Desktop.
Save krossovochkin/d6cd33ba9fc4243ccc3532d31ba0bdc3 to your computer and use it in GitHub Desktop.
Theme_1
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
LayoutInflaterCompat.setFactory2(
LayoutInflater.from(this),
MyLayoutInflater(delegate)
)
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment