Set the view to display in that dialog, specifying the spacing to appear around that
view.
Syntax
[Android.Runtime.Register("setView", "(Landroid/view/View;IIII)V", "GetSetView_Landroid_view_View_IIIIHandler")]
public virtual
void SetView (
Android.Views.View view,
int viewSpacingLeft,
int viewSpacingTop,
int viewSpacingRight,
int viewSpacingBottom)
Parameters
- view
- The view to show in the content area of the dialog
- viewSpacingLeft
- Extra space to appear to the left of view
- viewSpacingTop
- Extra space to appear above view
- viewSpacingRight
- Extra space to appear to the right of view
- viewSpacingBottom
- Extra space to appear below view
Remarks
Requirements
Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3