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 中使用属性drawableTop 吗???
请帮忙。
不要将图像设置为背景。相反,使用 ImageButton 并将您的图像指定为源(src 属性)。
这样您就可以指定诸如比例类型、填充等内容。请记住,使用填充有时在 Android 2.2 版上无法正常工作。