final Context contextThemeWrapper = new ContextThemeWrapper(getActivity(), R.style.Styled); LayoutInflater localInflater = inflater.cloneInContext(contextThemeWrapper); View rootView = localInflater.inflate(R.layout.main, null);
final Context contextThemeWrapper = new ContextThemeWrapper(getActivity(), R.style.Styled); LayoutInflater localInflater = inflater.cloneInContext(contextThemeWrapper); View rootView = localInflater.inflate(R.layout.main, null);