【问题标题】:Which size of icon should i use for ListView in android?我应该为 android 中的 ListView 使用哪种大小的图标?
【发布时间】:2015-05-01 14:11:06
【问题描述】:

我已经制作了带有图标的列表视图

所以我的问题是我的意思是图标的大小 mdpi ldpi hdpi

我应该使用吗??

【问题讨论】:

  • “我的意思是 mdpi ldpi hdpi 的图标大小”——这些不是大小。它们是密度。

标签: android android-listview android-icons


【解决方案1】:
  • hdpi = 72x72
  • mdpi = 48x48
  • xhdpi = 96x96
  • xxhdpi = 144x144
  • xxxhdpi = 192x192

也有人回答了完全相同的问题here

没关系,我在回答错误的问题 :) 上面的答案是针对启动器图标的。

您应该关注material design rules

您可以在那里查看列表视图中图标的推荐分辨率/填充。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-09-27
    • 2011-12-24
    • 2019-05-31
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多