`
AK53pro
  • 浏览: 5297 次
  • 性别: Icon_minigender_1
  • 来自: 梧州
社区版块
存档分类
最新评论
文章列表
private View inflateView( Context context, int resource ) { LayoutInflater inflater = ( LayoutInflater ) context.getSystemService( Context.LAYOUT_INFLATER_SERVICE ); return inflater.inflate( resource, null ); }
package com.maccha.controller; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; public class PageFragment extends Fragment { private View view = nul ...
Global site tag (gtag.js) - Google Analytics