Created
May 20, 2017 08:42
-
-
Save kalvian1060/1aa7d75cff92db41de15cc9f89dd019f 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
@Nullable | |
@Override | |
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) { | |
return super.onCreateView(inflater, container, savedInstanceState); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment