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

Add 'id' attribute to ViewDescriptor #86

Closed
rickbrew opened this issue Mar 11, 2015 · 1 comment
Closed

Add 'id' attribute to ViewDescriptor #86

rickbrew opened this issue Mar 11, 2015 · 1 comment
Assignees

Comments

@rickbrew
Copy link
Contributor

If the layout XML looks like this:

<Button android:id="@+id/apod_btn" ...

Then we should show it similarly in the elements tab, e.g.

<button id="@+id/apod_btn" ...

View.toString() already does this, so adapting from that should be straightforward.

@jasta
Copy link
Contributor

jasta commented Mar 12, 2015

Interesting, this was not automatically closed. Apparently, the commit itself must have this information in it, not just the pull request summary. Recommend spending more time up front to format the commit message as a result.

@jasta jasta closed this as completed Mar 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants