Created
August 3, 2018 09:45
-
-
Save Tonnie-Dev/aabfecbf820687546241f32ec35edeaa to your computer and use it in GitHub Desktop.
inflating XML Layout
This file contains 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
/*inflating xml layout*/ | |
LayoutInflater layoutInflater = LayoutInflater.from(MainActivity.this); | |
layoutInflater.inflate(R.layout.activity_main,parent, false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment