Fragment 设置主题

	@Override
	public View onCreateView(LayoutInflater inflater, ViewGroup container,
			Bundle savedInstanceState) {
		 final Context contextThemeWrapper = new ContextThemeWrapper(getActivity(), R.style.StyledIndicators);  
		    LayoutInflater localInflater = inflater.cloneInContext(contextThemeWrapper);  
		return localInflater.inflate(R.layout.frg_favorable, null);
	}


 

版权声明:本文博客原创文章,博客,未经同意,不得转载。

原文地址:https://www.cnblogs.com/mengfanrong/p/4672635.html