@Override
public boolean onKeyDown(int keyCode, KeyEvent event)
{
if(keyCode == KeyEvent.KEYCODE_BACK)
{
onBackPressed();
return true;
}
if(keyCode == KeyEvent.KEYCODE_HOME)
{
onHomeKeyPre
setBackground to null
or on xml file
Background="@null"
On 4月26日, 下午5時02分, shyme wrote:
> Dear :
>
> I use a d circle image button. I had set the picture with no
> backgrounf. But it will display a rectacle pricture with the white
> color around the circle button. How can I remove the white
2 matches
Mail list logo