Skip to content

Commit

Permalink
fix: Right path for BitmapIcon and changes for android
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklimakc committed Aug 29, 2024
1 parent 6b2617f commit d3c941f
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,21 @@
<RowDefinition Height="Auto" />
<RowDefinition />
</Grid.RowDefinitions>
<utu:NavigationBar Content="Content Dialogs - Second Page"
AutomationProperties.AutomationId="DialogsContentDialogsSecondPageNavigationBar" >
<utu:NavigationBar Content="Content Dialogs - Second Page" AutomationProperties.AutomationId="DialogsContentDialogsSecondPageNavigationBar">
<utu:NavigationBar.MainCommand>
<AppBarButton AutomationProperties.AutomationId="DialogsContentDialogsSecondPageBackButton">
<AppBarButton>
<AppBarButton.Icon>
<BitmapIcon UriSource="ms-appx:///Assets/Icons/back.png" />
<BitmapIcon UriSource="ms-appx:///Assets/Images/back.png" />
</AppBarButton.Icon>
</AppBarButton>
</utu:NavigationBar.MainCommand>
</utu:NavigationBar>

<ScrollViewer Grid.Row="1">
<StackPanel>

<Button Content="Go Back"
uen:Navigation.Request="-"
AutomationProperties.AutomationId="DialogsContentDialogsSecondPageBackButton" />
</StackPanel>
</ScrollViewer>
</Grid>
Expand Down

0 comments on commit d3c941f

Please sign in to comment.