Monodroid Transparent WebView
问题 I'm trying to re-write a java android app into monodroid, however I have come across an issue with the background transparency of the webview that I use to display the contents of each screen. This code works correctly on the java version (Black text on a green background), but in the C# version, the webview's background is black (black rectangle on the green background). Java Code: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); LinearLayout