我想知道我是否从某处获得了一个图像并将图层添加到其中。
例如:
我有这个Drawable对象,其中包含我的Facebook个人资料图片。我有另一个Drawable对象,它有点大,它应该是我的个人资料图片的框架。如何以编程方式将这两个图层添加到一个Drawable对象中?
Frame http://site.pelecode.co.il/profile/background.png
Frame http://site.pelecode.co.il/profile/profile.jpg
答案 0 :(得分:1)
您可以执行以下操作
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dip"
android:background="@drawable/frame"
android:src="@drawable/content" />
填充是你的框架