如何在android中获得减号和加号按钮

时间:2016-01-15 07:09:12

标签: material-design android-resources android-imagebutton

ImageButton plusButton = new ImageButton(context);
    plusButton.setImageResource(x);

我需要一些资源代替上面代码行中的'x',例如,以实现类似于下图中电话号码字段附近显示的减号和加号按钮.- enter image description here

但我不知道这些图像的资源在哪里。所以请帮帮我。谢谢。

1 个答案:

答案 0 :(得分:0)

试试这个:Menu或者如果你想要id:

getResources().getDrawable(android.R.drawable.*); 

并在data / res / drawable下搜索。