diff --git a/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml b/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml index 33b2d0e1d0b2..939199e0695b 100644 --- a/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml +++ b/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml @@ -17,7 +17,8 @@ HeightRequest="44" StrokeThickness="0" Background="{AppThemeBinding Light={StaticResource LightSecondaryBackground},Dark={StaticResource DarkSecondaryBackground}}" - Padding="{OnPlatform '18,0,18,8',Android='18,0,18,0'}"> + Padding="{OnPlatform '18,0,18,8',Android='18,0,18,0'}" + SemanticProperties.Description="{Binding Title}"> @@ -34,7 +35,8 @@ HeightRequest="44" StrokeThickness="0" Background="{Binding DisplayColor}" - Padding="{OnPlatform '18,0,18,8',Android='18,0,18,0'}"> + Padding="{OnPlatform '18,0,18,8',Android='18,0,18,0'}" + SemanticProperties.Description="{Binding Title}"> @@ -181,4 +183,4 @@ - \ No newline at end of file +