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.
我一直在开发一个 Yahtzee 应用程序,该应用程序在骰子滚动时显示骰子 jpg 文件。这些骰子仅显示为黑框,而不是 jpg 文件。
我正在使用 Google Nexus 7 安卓设备。
这是我如何在代码中发布图像的示例。
mDieImageView[i].setImageResource(R.drawable.d0a);
d0a 是其中一个 jpg 的名称。它是一个原生文件。
谢谢你提供的所有帮助。杰克