Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在布局文件中使用 xml 在 android 中使用多个图像,比如说你有一个背景图像,当用户按下按钮时,它会在背景上方添加另一张图片?
你只需要一个RelativeLayout.
RelativeLayout
我认为这应该可以帮助你
在android中覆盖两个图像以设置一个imageview
它使用LayerDrawable。