@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);
	}


 

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

相关文章:

  • 2021-09-28
  • 2021-12-02
  • 2021-06-25
  • 2021-06-29
  • 2021-06-06
  • 2021-07-12
  • 2022-12-23
猜你喜欢
  • 2021-09-24
  • 2021-09-01
  • 2021-04-01
  • 2021-11-21
  • 2021-11-18
  • 2021-11-02
相关资源
相似解决方案