标签: material-design android-resources android-imagebutton
ImageButton plusButton = new ImageButton(context); plusButton.setImageResource(x);
我需要一些资源代替上面代码行中的'x',例如,以实现类似于下图中电话号码字段附近显示的减号和加号按钮.-
但我不知道这些图像的资源在哪里。所以请帮帮我。谢谢。
答案 0 :(得分:0)
试试这个:Menu或者如果你想要id:
getResources().getDrawable(android.R.drawable.*);
并在data / res / drawable下搜索。