2014年10月27日 星期一

androidannotation 獲得view的方法

    @Override
    public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
        v = inflater.inflate(R.layout.visacard, container, false);
        return null;
    }

沒有留言:

張貼留言