Skip to content

Instantly share code, notes, and snippets.

@gamebusterz
Created November 21, 2016 08:45
Show Gist options
  • Save gamebusterz/fdb6273ffcdb342579774da981d5a2f9 to your computer and use it in GitHub Desktop.
Save gamebusterz/fdb6273ffcdb342579774da981d5a2f9 to your computer and use it in GitHub Desktop.
public class SB_TextAnswerFragment extends Fragment{
@Nullable
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
// return super.onCreateView(inflater, container, savedInstanceState);
return inflater.inflate(R.layout.sb_ques_type_answer_fragment,container,false);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment