标签:style blog color div new re
DialogFragment
static Fragment1 newInstance(String title) { Fragment1 fragment = new Fragment1(); Bundle args = new Bundle(); args.putString("title", title); fragment.setArguments(args); return fragment; }
标签:style blog color div new re
原文地址:http://www.cnblogs.com/zhiqixue/p/3834953.html