`
zhouxiaoli521
  • 浏览: 562675 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Android icon files

阅读更多

Android为了简化设计并且兼容更多的手机屏幕,系统依照尺寸和分辨率对屏幕进行了区分:
三种尺寸:大、中、小。
三种密度:高(hdpi)、中(mdpi)、低(ldpi)。

各种密度下图标大小
类型 低密度屏幕(ldpi) 中密度屏幕(mdpi) 高密度屏幕(hdpi)
启动器 36 x 36 48 x 48 72 x 72
菜单 36 x 36 48 x 48 72 x 72
状态栏 24 x 24 32 x 32 48 x 48
标签 24 x 24 32 x 32 48 x 48
对话 24 x 24 32 x 32 48 x 48
列表视图 24 x 24 32 x 32 48 x 48

 

各种密度的区分
屏幕 宽度 (Pixels) 高度 (Pixels) 尺寸 (inches) 大小 密度
QVGA 240 320 2.6 - 3.0 Small Low
WQVGA 240 400 3.2 - 3.5 Normal Low
FWQVGA 240 432 3.5 - 3.8 Normal Low
HVGA 320 480 3.0 - 3.5 Normal Medium
WVGA 480 800 3.3 - 4.0 Normal High
FWVGA 480 854 3.5 - 4.0 Normal High
WVGA 480 800 4.8 - 5.5 Large Medium
FWVGA 480 854 5.0 - 5.8 Large Medium
<script></script>
分享到:
评论

相关推荐

    Android iconFile带图标的文件资源管理器.zip

    "Android iconFile带图标的文件资源管理器.zip" 提供的源码显然旨在帮助开发者创建一个带有图标显示的文件资源管理器,这对于提升用户对应用的操作便捷性和整体感觉至关重要。下面将详细介绍这个项目可能涉及的关键...

    Android iconFile带图标的文件资源管理器.rar

    "Android iconFile带图标的文件资源管理器.rar"是一个包含源码的学习资源,它展示了如何实现这样一个功能。下面我们将详细探讨相关的Android知识点。 1. **文件系统与权限管理**: - Android设备上的文件存储在...

    Android代码-iconFile带图标的文件资源管理器.zip

    可以使用`listFiles()`方法获取指定目录下的文件和子目录。 3. **文件信息显示**:根据文件类型分配图标。这通常需要创建一个映射表,将文件扩展名与对应的图标关联。例如,`.jpg`对应图片图标,`.txt`对应文本图标...

    Android iconFile带图标的文件资源管理器

    下面将详细介绍这个“Android iconFile带图标的文件资源管理器”的核心知识点。 首先,我们要理解Android的文件系统结构。Android使用Linux内核,因此其文件系统基于Unix风格,包括根目录、各个挂载点、系统目录和...

    Android代码-shortbread

    Android library that generates app shortcuts for activities and methods annotated with @Shortcut. No need to touch the manifest, create XML files or use the shortcut manager. Just annotate the code ...

    Android代码-android-about-box

    Android About Box is configured with a set of (mostly) strings for the company name, twitter and Facebook accounts, website, and filenames to html files for help files, privacy policy etc. When ...

    Android代码-RetroTextEditor

    Retro Text Editor It is a simple text file editor for Android. You can use it via a file manager app. I use it to write ...Text file editor for your favorite file manager (opens every plain Text files

    HD文件管理器(android 1.5+)

    * Faenza icons for 30+ different file types, toolbar and menu items,which is one of the most popular icon themes for linux. * Cut, copy, paste * Create folders * Hide or show hidden files * List view ...

    Android 源码里面添加一个系统app,最简单的app demo实例

    android:icon="@drawable/app_icon" android:label="@string/app_name" android:sharedUserId="android.uid.system" android:supportsRtl="true" android:theme="@style/AppTheme"&gt; ... ... ``` 3. **...

    Android代码-2048游戏

    2048-android ...a quick access icon for my smartphone. Feel free to contribute with pull requests to the original project by Gabriele or to this one if you have any android specific imp

    ContentProvider

    android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" &gt; android:name="com.example.tigongzhe.MainActivity" android:label="@string/app_name" &gt; ...

    Android代码-一个支持定制的树状 Android 自定义View

    &gt; TreeView implementation in Android. 中文版 Features TreeView File Explorer(Advanced Example) ①Multi-level tree view Basic file manager layout ②Remember expansion state Automatically ...

    Android代码-一个Demo 展示了如何跨平台使用从 Setch 导出的图标。

    These font files can be used in Web, Android and iOS. This project also demos how to use the font files on these platforms. Thank you @Okernel for making this feature image: Requirements Mac ...

    Android代码-White图标包

    Once you have saved them as .png files upload them to the icon community under the proper category (i.e Flatcons) and myself and the moderators will review them. Once we have enough icons for an ...

    Android应用源码之MyOptionMenuXml.zip

    这里,`android:id`用于唯一标识菜单项,`android:title`定义显示的文本,`android:icon`设置图标。 2. **绑定到Activity或Fragment**:在对应的Activity或Fragment中,我们需要通过`onCreateOptionsMenu()`方法来...

    Android代码-从一个大型项目中快速找到当前页面元素用到的布局文件

    README A debug tool to inspect used layout files of current Activity. This tool is helpful when you want to find ...You can click the icon in the DevTools window to switch your Application to the sea

    安卓读取SD卡图片Demo

    在Android平台上,开发人员经常需要处理读取外部存储设备(如SD卡)上的资源,特别是图片文件。这个“安卓读取SD卡图片Demo”提供了一个实际应用案例,演示了如何在Android应用程序中实现这一功能。下面我们将详细...

    Android代码-TEdit

    Additionally TEdit enables you to keep multiple files open simultaneously, simply select the file tabs icon to be presented with a list of currently open documents. You can find various APK ...

Global site tag (gtag.js) - Google Analytics