" @android:绘制/ IC_" VS" @ *机器人:可绘制/ IC_"机器人、android、QUOT、VS

2023-09-06 13:50:57 作者:我想做一个坏孩纸

有谁知道在哪里可以找到星号文件?它似乎忽略了私人的变量保护子android.R.drawable。

Does anybody know where I can find documentation on the asterisk? It appears to override the protection of 'private' variables in subclass android.R.drawable.

推荐答案

在@ * Android是用于访问私有资源。这些资源可以更改或在两个版本的Andr​​oid之间取出,所以你不应该使用它们。这是唯一的框架使用。

The @*android is used to access private resources. These resources can change or be removed between two versions of Android so you should NEVER use them. This is for framework use only.

 
精彩推荐
图片推荐