Search code examples
c#windows-phone-8facebook-share

application bar icon button over rides original designer windows phone


im using following code for showing application bar in wp app

<phone:PhoneApplicationPage.ApplicationBar>
        <shell:ApplicationBar IsVisible="True" IsMenuEnabled="True" Mode="Minimized" BackgroundColor="#FF3E5F99">
            <shell:ApplicationBarIconButton IconUri="/Assets/fb.png" Text="Facebook"  Click="btnFB_onClick" IsEnabled="True"/>
        </shell:ApplicationBar>
    </phone:PhoneApplicationPage.ApplicationBar>

it shows correct icon button in designer but the problem is, if i run the app it shows X as icon button instead of F Facebook icon button


Solution

  • @Marek problem is not solved even after i made your suggestions though.

    i changed to generic share icon it works.