ViewAsserts.AssertBaselineAligned(View, View) Method

Definition

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

[Android.Runtime.Register("assertBaselineAligned", "(Landroid/view/View;Landroid/view/View;)V", "")]
public static void AssertBaselineAligned (Android.Views.View? first, Android.Views.View? second);
[<Android.Runtime.Register("assertBaselineAligned", "(Landroid/view/View;Landroid/view/View;)V", "")>]
static member AssertBaselineAligned : Android.Views.View * Android.Views.View -> unit

Parameters

first
View

The first view

second
View

The second view

Attributes

Remarks

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

Java documentation for android.test.ViewAsserts.assertBaselineAligned(android.view.View, android.view.View).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to