Skip to content

Commit

Permalink
Fixing SymbolDisplay appearing like dots on certain Android devices (#…
Browse files Browse the repository at this point in the history
…603)

* Switch cancelButton image to FontImageSource allowing for more flexible and scalable icon usage (#593)

* Switch cancelButton image to FontImageSource allowing for more flexible and scalable icon usage with support for Dark/Light mode fixes.

* Update cancelButton icon color to #6E6E6E
Removed unused resources.

* Add platform-specific min size for SymbolDisplay on Android to fix issue with Pixel 4 rendering.

* Reverting changing height and width and removing Border to resolve the issue
  • Loading branch information
prathameshnarkhede authored Sep 19, 2024
1 parent 1d9ab29 commit 34a3607
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@

</StackLayout>

<Border Stroke="LightGray" Grid.Row="1" Margin="0" HorizontalOptions="Center" VerticalOptions="Center" Padding="0" >
<esri:SymbolDisplay x:Name="symbolDisplay" Symbol="{Binding Symbol}" />

</Border>

<esri:SymbolDisplay x:Name="symbolDisplay" Grid.Row="1" Symbol="{Binding Symbol}" />
</Grid>
</ContentPage.Content>
</ContentPage>

0 comments on commit 34a3607

Please sign in to comment.