Using android native button icons
- by Julian Arz
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?