Add an additional content view to the activity.
Syntax
[Android.Runtime.Register("addContentView", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V", "GetAddContentView_Landroid_view_View_Landroid_view_ViewGroup_LayoutParams_Handler")]
public virtual
void AddContentView (
Android.Views.View view,
Android.Views.ViewGroup.LayoutParams params)
Parameters
- view
- The desired content to display.
- params
- Layout parameters for the view.
Remarks
Requirements
Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1