Status bar icons look wierd on some android devices

时光毁灭记忆、已成空白 提交于 2019-12-13 03:12:09

问题


I'm currently developing an app for the android device which running in the background and pushing notifications sometimes. When notification is pushed an icon pops in the status bar. The problem is that in some devices it look too big and clipped but on others it's looks fine. For example when I'm testing the app on my personal device, Samsung Galaxy S3 android 4.2.2 and on a virtual device running android 2.2 it looks just fine. But when i tested the app on LG E400f - L Style android 2.3.6 it looks like this:

Anyone knows why this is happens? Thanks in advanced!


回答1:


You need to supply icons in the correct size for each platform. The documentation for that is here.



来源:https://stackoverflow.com/questions/14977672/status-bar-icons-look-wierd-on-some-android-devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!