Searched refs:EXTRA_LAYOUT_RES_ID (Results 1 – 1 of 1) sorted by relevance
37 private static final String EXTRA_LAYOUT_RES_ID = "layout_res_id"; field in EditTextFragment51 args.putInt(EXTRA_LAYOUT_RES_ID, layoutResId); in newInstance()90 int layoutResId = getArguments().getInt(EXTRA_LAYOUT_RES_ID, R.layout.edittext_fragment); in onCreateView()