2013年1月24日

TextView Code

TextView Code

class TextViewTitle extends TextView implements OnClickListener {
public TextViewTitle(Context context) {
super(context);
this.setId(9011);
this.setBackgroundColor(Color.argb(255, 255, 255, 255));
this.setText("SPEND");
}

public void onClick(View arg0) {
// TODO Auto-generated method stub
}
}

沒有留言:

張貼留言