app resources
文章平均质量分 91
OnePieceMan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android API Guides 之 App Resources(14) - Resource Types - More Type
More Resource Types This page defines more types of resources you can externalize, including: BoolXML resource that carries a boolean value.ColorXML resource that carries a color value (a hexade原创 2014-04-06 10:50:07 · 768 阅读 · 0 评论 -
Android API Guides 之 App Resources(9) - Resource Types - Drawable
Drawable Resources SEE ALSO 2D Graphics A drawable resource is a general concept for a graphic that can be drawn to the screen and which you can retrieve with APIs such asgetDrawabl原创 2014-04-06 10:42:10 · 692 阅读 · 0 评论 -
Android API Guides 之 App Resources(1) - Overview
Resources Overview TOPICS Providing ResourcesAccessing ResourcesHandling Runtime ChangesLocalization REFERENCE Resource Types You should always externalize resources such as i原创 2014-04-06 10:11:08 · 615 阅读 · 0 评论 -
Android API Guides 之 App Resources(2) - Providing Resources
Providing Resources QUICKVIEW Different types of resources belong in different subdirectories of res/Alternative resources provide configuration-specific resource filesAlways include def原创 2014-04-06 10:12:53 · 719 阅读 · 0 评论 -
Android API Guides 之 App Resources(3) - Accessing Resources
Accessing Resources QUICKVIEW Resources can be referenced from code using integers fromR.java, such asR.drawable.myimageResources can be referenced from resources using a special XML syn原创 2014-04-06 10:14:51 · 738 阅读 · 0 评论 -
Android API Guides 之 App Resources(5) - Localizing with Resources
Localizing with Resources QUICKVIEW Use resource sets to create a localized app.Android loads the correct resource set for the user's language and locale.If localized resources are not a原创 2014-04-06 10:19:02 · 711 阅读 · 0 评论 -
Android API Guides 之 App Resources(6) - Resource Types
Resource Types SEE ALSO Providing ResourcesAccessing Resources Each of the documents in this section describe the usage, format and syntax for a certain type of application resource原创 2014-04-06 10:21:55 · 520 阅读 · 0 评论 -
Android API Guides 之 App Resources(11) - Resource Types - Menu
Menu Resource SEE ALSO Menus A menu resource defines an application menu (Options Menu, Context Menu, or submenu) that can be inflated with MenuInflater. For a guide to using menus原创 2014-04-06 10:45:16 · 677 阅读 · 0 评论 -
Android API Guides 之 App Resources(12) - Resource Types - String
String Resources A string resource provides text strings for your application with optional text styling and formatting. There are three types of resources that can provide your application with原创 2014-04-06 10:47:13 · 678 阅读 · 0 评论 -
Android API Guides 之 App Resources(10) - Resource Types - Layout
Layout Resource SEE ALSO Layouts A layout resource defines the architecture for the UI in an Activity or a component of a UI. FILE LOCATION:res/layout/filename.xml The filename wi原创 2014-04-06 10:43:28 · 679 阅读 · 0 评论 -
Android API Guides 之 App Resources(7) - Resource Types - Animation
Animation Resources IN THIS DOCUMENT Property AnimationView Animation Tween animationFrame animation SEE ALSO View AnimationProperty Animation An animation resource can d原创 2014-04-06 10:23:45 · 657 阅读 · 0 评论 -
Android API Guides 之 App Resources(8) - Resource Types - Color
Color State List Resource SEE ALSO Color (simple value) A ColorStateList is an object you can define in XML that you can apply as a color, but will actually change colors, dependi原创 2014-04-06 10:25:23 · 683 阅读 · 0 评论 -
Android API Guides 之 App Resources(4) - Handling Runtime Changes
Handling Runtime Changes IN THIS DOCUMENT Retaining an Object During a Configuration ChangeHandling the Configuration Change Yourself SEE ALSO Providing ResourcesAccessing Reso原创 2014-04-06 10:17:08 · 633 阅读 · 0 评论 -
Android API Guides 之 App Resources(13) - Resource Types - Style
Style Resource SEE ALSO Styles and Themes A style resource defines the format and look for a UI. A style can be applied to an individual View (from within a layout file) or to an原创 2014-04-06 10:48:38 · 559 阅读 · 0 评论
分享