Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Root view is missing #18

Open
catalin-florescu opened this issue May 12, 2017 · 0 comments
Open

Root view is missing #18

catalin-florescu opened this issue May 12, 2017 · 0 comments

Comments

@catalin-florescu
Copy link

catalin-florescu commented May 12, 2017

If you once generate views with root view, go to layout and add new views, root view will be missed next time when you regenerate new views. Like in this example for fragment

    // old generated views
    oldView1= (View) view.findViewById(R.id.oldView1);
    oldView2= (View) view.findViewById(R.id.oldView2);
    // new generated view
    newView1= (View) findViewById(R.id.newView1);`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant