Android.Test.ViewAsserts.AssertBottomAligned Method
Assert that two views are bottom aligned, that is that their bottom edges are on the same y location.

Syntax

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

Parameters

first
The first view
second
The second view

Remarks

Assert that two views are bottom aligned, that is that their bottom edges 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