Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android 自身のドキュメント、および継承したアプリでは、フォームのビュー ID が表示されることがあります。
"@id/android:list"
そして時にはフォームで
"@android:id/list"
つまり、「android:」は「@」と「id」の間にある場合もあれば、「/」と実際の ID の間にある場合もあります。
これらの 2 つの形式の意味は何ですか? それらは同等ですか?