sam liya
Ranch Hand
Posts: 1279
posted 4 years ago
Buttons use a background image, you would need to make a nine-patch image with the effect you want. You would have to produce variants that represent the different states of the button (enabled, focused, pressed, and the combinations there-of).
Note: ick - Android tends to use a flat UI pattern. I would recommend your application follow the same standards so as not to look excessively out-of-place on the android device.
http://developer.android.com/design/building-blocks/buttons.html
http://developer.android.com/guide/topics/ui/controls/button.html
http://developer.android.com/guide/topics/resources/drawable-resource.html#StateList
Note: ick - Android tends to use a flat UI pattern. I would recommend your application follow the same standards so as not to look excessively out-of-place on the android device.
http://developer.android.com/design/building-blocks/buttons.html
http://developer.android.com/guide/topics/ui/controls/button.html
http://developer.android.com/guide/topics/resources/drawable-resource.html#StateList
Steve
