Skip to content

Instantly share code, notes, and snippets.

@YoKeyword
YoKeyword / AFragment.java
Created July 24, 2017 13:15
FragmentOverlapTest
public class AFragment extends Fragment {
public static AFragment newInstance() {
AFragment fragment = new AFragment();
return fragment;
}
@Nullable
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {