Rückschläge mit hexadezimalem Android
view.setBackgroundColor(0x00FF00)
Tired Tamarin
view.setBackgroundColor(0x00FF00)
RelativeLayout layout =(RelativeLayout)findViewById(R.id.background);
layout.setBackgroundResource(R.drawable.ready);
string white ="ffff";