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 应用程序制作了一个自定义按钮,它是一个圆形,但是当我将它导出为 .png 时,文件是一个正方形,并且可以按下按钮的区域是整个正方形。我怎样才能使按钮可以按下的唯一区域在圆圈内?有没有办法定义按钮的确切点击区域?
任何帮助,将不胜感激。谢谢!
为此,您需要一个 ImageButton....
将图像按钮拖放到您的布局中。将背景设置为#00000000(透明)并将其来源设置为您的png文件
这样你就会有一个圆形按钮。