Created
April 1, 2018 18:00
-
-
Save ziginsider/19d3201973ef235991f3dd89d0ed3968 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
public class FirstFragment extends AbstractFragment { | |
public FirstFragment() { | |
super(R.layout.fragment_first, R.id.frame_first_fragment); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment