Android.Test.ViewAsserts.AssertBaselineAligned Method
Assert that two views are aligned on their baseline, that is that their baselines are on the same y location.

Syntax

[Android.Runtime.Register("assertBaselineAligned", "(Landroid/view/View;Landroid/view/View;)V", "")]
public static void AssertBaselineAligned (Android.Views.View first, Android.Views.View second)

Parameters

first
The first view
second
The second view

Remarks

Assert that two views are aligned on their baseline, that is that their baselines are on the same y location.

[Android Documentation]

Requirements

Namespace: Android.Test
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1