AppBar Icon Size
-
Sunday, May 06, 2012 12:46 PM
What should be the icon size for BottomAppBar, if use an image?
Thanks,
Usame
All Replies
-
Monday, May 07, 2012 12:37 PMModerator
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)
- Proposed As Answer by Jeff SandersMicrosoft Employee, Moderator Monday, May 07, 2012 12:37 PM
-
Monday, May 07, 2012 1:29 PM
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
- Marked As Answer by Usame Esendir Monday, May 07, 2012 1:29 PM


