如何在android中使用部分图像作为按钮背景?

时间:2015-02-19 09:26:30

标签: android button png android-framelayout

我有一个.png图像,我在一个图像中形成了一些按钮。现在我想在一张图纸上使用这些图作为不同按钮的背景。我正在进行框架布局。如何进行? In this image i want to use all figures for different button. Like first image (5,50) and size 40,25 will be used for first image

1 个答案:

答案 0 :(得分:1)

如果按钮是FrameLayout的子项,请将其添加到xml中的FrameLayout。

    android:background="@drawable/your_png"