HomeiOS DevelopmentXAML Grid: Labels not exhibiting on Android, however okay on iOS

XAML Grid: Labels not exhibiting on Android, however okay on iOS


enter image description hereIn XAML (Visible Studio 22), I’m utilizing a Grid to gather information. The label texts for the fields seem usually on an iOS simulator, however not on Android. Recognize any assist upfront. Under is consultant portion of the code. Please additionally soo the screenshots from the iOS and Android simulators. Android Pixel 5, API 33iOS

       <Grid RowDefinitions="35,35,35,35,35,35,35,35,35,35,35,35"
          ColumnDefinitions="Auto,Auto"
          Margin="20,20,20,20"
          ColumnSpacing="20"
          RowSpacing="10"
          HorizontalOptions="Middle" >

        <Label Grid.Column="0" Grid.Row="0"
               Textual content="Hgb (gm/dL)"
               Padding="20 "
               HorizontalOptions="Begin"/>
        <Entry Grid.Column="1" Grid.Row="0"
               BackgroundColor="White"
               Keyboard="Numeric"
               x:Title="Hgb"
               ToolTipProperties.Textual content="Enter Hgb in gm/dL"/>

        <Label Grid.Column="0" Grid.Row="1"
               Textual content="ECMO Stream (L/min)"
               Padding="20 "
               HorizontalOptions="Begin"/>
        <Entry Grid.Column="1" Grid.Row="1"
               BackgroundColor="White"
               Keyboard="Numeric"
               x:Title="Qt"
               ToolTipProperties.Textual content="Enter ECMO movement in liters per min"/>

        <Label Grid.Column="0" Grid.Row="2"
               Textual content="Sweep Fuel Stream (L/min)"
               Padding="20 "
               HorizontalOptions="Begin"/>
        <Entry Grid.Column="1" Grid.Row="2"
               BackgroundColor="White"
               Keyboard="Numeric"
               x:Title="Sweep"
               ToolTipProperties.Textual content="Enter Sweep in liters per min"/>

……….

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments