Как лучше всего отобразить мой макет в строке состояния?
<?xml version = "1.0" encoding = "utf-8"?>
<RelativeLayout
xmlns:android = "http://schemas.android.com/apk/res/android"
xmlns:app = "http://schemas.android.com/apk/res-auto"
android:orientation = "vertical"
android:layout_width = "match_parent"
android:layout_height = "match_parent"
android:background = "@color/material_blue_grey_900">
<Button
android:layout_width = "wrap_content"
android:layout_height = "wrap_content"
android:text = "Navigate"
android:layout_centerHorizontal = "true"
app:MvxBind = "Click GoToMainScreenCommand"/>
</RelativeLayout>
На скриншоте башни вы можете видеть, что StatusBar перекрывает мою кнопку.
@SagarZala Нет, это проблема Xamarin.Forms, которая уже решена
Возможный дубликат StatusBar перекрывает NavigationPage на Android из Xamarin.Forms 2.3.4