如何更改android中按钮的样式?

时间:2011-03-10 22:44:56

标签: android button coding-style

我想在Android应用中更改按钮的样式。这是一张有两种按钮的图片,我现在拥有的按钮,以及我要切换到的按钮:

enter image description here

我现在使用的按钮种类,看起来就像那个键盘上的任何字母。那些我想要像箭头一样使用的东西。我会改变这个。我更喜欢在xml中这样做,但如果这是唯一的方法我可以在java中完成。感谢

1 个答案:

答案 0 :(得分:4)

使用箭头将Button的背景更改为png图像! 在XML中使用android:background =“@ drawable / yourimage”

要在此处获得更复杂的控制,

Standard Android Button with a different color