, . , TextView, Button TextView, . onDraw():
@Override
public void onDraw(Canvas canvas) {
canvas.save();
float py = this.getHeight()/2.0f;
float px = this.getWidth()/2.0f;
canvas.rotate(180, px, py);
super.onDraw(canvas);
canvas.restore();
}
, , onDraw(), .