热设置按钮背景

时间:2015-05-24 16:56:56

标签: android

我想从Java代码设置按钮背景我有这个代码

    public void Save(View sender){
    Button btn=(Button)sender;
    btn.setBackground(R.drawable.mybuttonbackground);

但这不起作用,也没有编译。

那么如何从Java代码

设置按钮背景

谢谢你的回答。

1 个答案:

答案 0 :(得分:2)

试试这个

select ROWID,
       name,
       country
from   table1
where  date = to_date('10/11/2015','mm/dd/yyyy')