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.
我正在使用 Robotium 工具开发一个 Android 自动化项目。现在我想获取Activity的颜色,我是通过decorView设置Activity的颜色。请告知是否有任何可能的方法来获得颜色。
谢谢
你有父布局吗,
使用此方法获取布局背景,并将其保存在 drawable 中。并在您需要的地方使用它。
Drawable background = layout.getBackground();