I'm going to make an interface VoiceMail Menu like the IPhone.
Firstly I going to create cutom buttons "delete" ans "call back" like the screenshot (in french).
So, I'm using droiddraw. but when I change the color button, eclipse don't agree with me.
Eclipse don't like:
android:background="@drawable/green"
android:background="@drawable/green"
I just create an xml file.
Do you know any thing to fix that or to custom color of any buttons or bakground?
Have I to add any file with my project android?
Thanks
Dayn


