Last active
October 18, 2018 04:07
-
-
Save worker8/2cb5ea1fce748a4a04e9d604ea0354b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fun onCreate() { | |
| // step 1 | |
| constraintLayout = LayoutInflater.from(this) | |
| .inflate(R.layout.empty_constraint_layout, constraintLayout, false) | |
| titleView = LayoutInflater.from(this) | |
| .inflate(R.layout.title_view, constraintLayout, false) setContentView(constraintLayout) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment