Answered AppBar Icon Size

  • Sonntag, 6. Mai 2012 12:46
     
     

    What should be the icon size for BottomAppBar, if use an image?

    Thanks,
    Usame

     

Alle Antworten

  • Montag, 7. Mai 2012 12:37
    Moderator
     
     Vorgeschlagene Antwort

    Hi Usame,

    You can discover this easily and this will help you solve similiar questions yourself later!

    When you create an application (let's use a JavaScript app for this example) the resources necessary are also included.  You will notice if you create a blank JavaScript app there are references in the project.  In those references is the ui-dark.css and ui-light.css files.  Search in there for backbutton.  Alternatively if you are using XAML there is StandardStyles.xaml.  Search for backbutton in there!

    -Jeff


    Jeff Sanders (MSFT)

  • Montag, 7. Mai 2012 13:29
     
     Beantwortet

    There is no information about the "content size in the image", backbutton is also a glyph.

    We tried several images with the information of backbutton's width and height which is 48x48.

    Image size is 48x48, but the content must not be greater than 26x26

    • Als Antwort markiert Usame Esendir Montag, 7. Mai 2012 13:29
    •