Fragment 设置主题

时间:2014-10-23 16:23:31   收藏:0   阅读:438
	@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);
	}


 

原文:http://blog.csdn.net/xiaoyuan511/article/details/39670871

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!