RelativeLayout

Xamarin.Androidなら、RelativeLayoutをそのまま使える。

RelativeLayout Class (Android.Widget) | Microsoft Docs

AndroidJava版のRelativeLayoutのSampleプログラムを、Xamarinでも作ってみる。
activity_main.axmlで、

strings.xmlで、

とすると、

Debugビルドならエミュレータ、Releaseビルドなら実機で動く。
Debugビルドならエミュレータ、Releaseビルドなら実機で動く。

Debugビルドならエミュレータ、Releaseビルドなら実機で動く。

Sample/xamarin/RelativeLayout/RL at master · bg1bgst333/Sample · GitHub