How to add an icon from the android library to my project using ADT -


android has several system icons available, such these.

i can't use them in application (for system notifications example) since not made public within api. add them project in eclipse using adt.

is there way automatically? example, when start new android project, allows me create icon project, , creates in sizes , places them in correct resource folders. i'd import other icons android library same way.

thanks.

from says here:

note: of images in android jar not public , therefore cannot directly used (you can copy them own application, can't reference them via "android" package namespace). project not distinguish between public , not. if try use image not public, error indicating fact.

so seems way go copy icons project, android won't allow direct access them.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -