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.
如何从 Android 中的 ImageButton 中删除阴影?
包含影子的底层资源是什么?
阴影根本不在 ImageButton 上,它是在我在 Eclipse 中创建图标集时添加到图像本身的。通过重新创建没有形状的图标集,阴影被消除了。
尝试将透明颜色设置为 ImageButton 的 android:shadowColor 属性。