Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants