Status Update
Comments
ni...@google.com <ni...@google.com>
ca...@google.com <ca...@google.com>
be...@google.com <be...@google.com> #2
Information redacted by Android Beta Feedback.
di...@google.com <di...@google.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please upgrade to the latest release from the link
jb...@google.com <jb...@google.com>
jl...@google.com <jl...@google.com> #4
Upgrade was never offered. I was offered directly Android 16. I can't
install Android 16 as I want to leave beta.
<buganizer-system@google.com> schrieb am Do., 27. Feb. 2025, 08:55:
install Android 16 as I want to leave beta.
<buganizer-system@google.com> schrieb am Do., 27. Feb. 2025, 08:55:
Description
android:id="@+id/myView"
now have another view align itself with that view:
android:layout_toLeftOf="@+id/myView"
In code (and in the xml also), if I hit 'go to declaration' on R.id.myView, it now shows 2 results. One for the actual view, and one for the referencing view.
I would argue that since the line is not android:id="@+id/myView", it should not show up in this search's results.