我有六个带图库的图像按钮。当我点击第一个按钮时,背景图像出现在滚动视图中。点击i任何按钮后,我从图库中选择图像并在背景图像上设置..之后我想将它们合并为单个!
这是我的背景图片
http://i.stack.imgur.com/WxEpQ.png
http://i.stack.imgur.com/7Cb0z.png
答案 0 :(得分:1)
图像蒙版是合并两个图像的好方法。将其转换为一个位图图像,然后设置为单个图像视图。
答案 1 :(得分:0)
将第一张图像设置为背景并动态地将android drawable更改为图像。 请参阅以下代码xml文件代码。
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button"
android:onClick="openNewApplication"
android:background="@drawable/apj_kalam"
android:drawableTop="@drawable/rect"/>