Using android native button icons

Posted by Julian Arz on Stack Overflow See other posts from Stack Overflow or by Julian Arz
Published on 2010-05-05T11:06:25Z Indexed on 2010/05/05 11:58 UTC
Read the original article Hit count: 640

Filed under:

am i allowed (legally) to use graphics/icons from the android source for a commercial application, in order to blend in nicely with the android look&feel? i am talking specifically about the plus/minus buttons from the edit_contacts activity in the contacts application. OR: is there a way to let a button look like (ie with a style) these buttons without copying the .png - files?

trying to use android:background="@android:drawable/btn_circle" gives me Error: Resource is not public. Does this answer my question?

© Stack Overflow or respective owner

Related posts about android