AppBar Icon Size
-
2012년 5월 6일 일요일 오후 12:46
What should be the icon size for BottomAppBar, if use an image?
Thanks,
Usame
모든 응답
-
2012년 5월 7일 월요일 오후 12:37중재자
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)
- 답변으로 제안됨 Jeff SandersMicrosoft Employee, Moderator 2012년 5월 7일 월요일 오후 12:37
-
2012년 5월 7일 월요일 오후 1:29
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
- 답변으로 표시됨 Usame Esendir 2012년 5월 7일 월요일 오후 1:29

