ImageButton plusButton = new ImageButton(context); plusButton.setImageResource(x);
我需要一些资源来代替x上面的代码行,例如,实现下图中电话号码字段附近显示的减号和加号按钮之类的功能:
x
但我不知道这些图片的资源在哪里。所以请帮我解决这个问题。谢谢。
android-resources android-imagebutton material-design
android-imagebutton ×1
android-resources ×1
material-design ×1