Blue Ray Plus - Latest Technology News - Stories tagged with android resource reference syntax in XML
1
Ups

Beautiful: android resource reference syntax in XML

published 291 days, 7 hours, 38 minutes ago posted by Rohit001Rohit001 291 days, 11 hours, 56 minutes ago
Monday, August 06, 2012 9:26:46 AM GMT Monday, August 06, 2012 5:09:01 AM GMT
The syntax to refer to another resource in the XML file is "@[package:]type/name" Where : package  The package is optional and is not required when access the resources in your owner package. The package we often used is android. type color         #color resources; saved in res/color drawable   #bitmap, png graphics and frame animation ; saved in res/drawable layout       #layout ; saved in res/layout menu        #contents of your menus; saved in res/menu string        #string, stri... (more)
category: Android | clicked: 2 | comment | | source: pierrchen.blogspot.in
tags: android resource reference syntax in XML