I just want to set text programatically like in this image. Please help me to get this landscape screen TextView:
public void onConfigurationChanged(Configuration newConfig) {
super.onConfigurationChanged(newConfig);
setContentView(R.layout.inbox);
}

See this post: https://stackoverflow.com/a/7855852/413127
‘Vertical Text’ is what you want to google for