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 按钮,但看起来像图片中的那个。
普通的 android 按钮是弯曲的,并且它们的边界没有连接......我想要我的布局
有没有办法创建这样的布局?
您可以通过在其上设置一个来将任何ImageView变成按钮onClickListener。
ImageView
onClickListener
编辑以更好地回答问题:您显示的布局可以通过将一堆 ImageViews 放在水平 LinearLayout 中来创建。LinearLayout 有蓝色背景。为 ImageView 提供源的图像具有透明背景。
按钮只是 TextViews 扩展。您只需使用具有三种状态的 xml 可绘制对象更改其背景