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.
我有两个活动都相同,布局几乎相同。在这些 web 视图中使用。透明背景设置为 web 视图。但它出现在一项活动中但没有出现在其他活动中可能是什么原因?显示资产文件夹中数据的 Web 视图使用 Html。可能是什么原因。我已经尝试了所有可能的解决方案。任何帮助将不胜感激。
Webview.setBackgroundColor(0); Webview.setBackgroundResource(R.drawable.botom_bg);//set your background here
试试这两条线。