[android-developers] Re: Create Cool styled buttons

2009-09-08 Thread Moto
You can define different button stages using pngs and declare an xml on your drawables folder: i.e. ?xml version=1.0 encoding=utf-8? selector xmlns:android=http://schemas.android.com/apk/res/android; item android:state_focused=true android:state_pressed=false

[android-developers] Re: Create Cool styled buttons

2009-09-08 Thread Moto
Forgot! For your button you want to declare the background to point to your xml with the button stages definition... On Sep 8, 12:43 pm, Moto medicalsou...@gmail.com wrote: You can define different button stages using pngs and declare an xml on your drawables folder: i.e. ?xml version=1.0