Skip to content

Instantly share code, notes, and snippets.

@ziginsider
Created April 1, 2018 18:00
Show Gist options
  • Save ziginsider/19d3201973ef235991f3dd89d0ed3968 to your computer and use it in GitHub Desktop.
Save ziginsider/19d3201973ef235991f3dd89d0ed3968 to your computer and use it in GitHub Desktop.
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