I need 2 ways of showing vertical label in Android:
check = (TextView)findViewById(R.id.check); check.setRotation(-90);
This worked for me, just fine. As for the vertically going down letters - I dont' know.