Skip to content

createViewFromTag(context, name, attrs);什么时候知道到这个呢? #23

@linbin91

Description

@linbin91

public View onCreateView(View parent, String name, Context context, AttributeSet attrs){ ....... if (view == null) { Log.e("linbin","888888"); view = createViewFromTag(context, name, attrs); } } .......

这里是什么情况下view == null呢

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions