Is it possible to skip a line in a tabWidget? So far I’ve tried \r and \n but nothing…Here is a sample code:
this.tabSpec = tabHost.newTabSpec("deux").setIndicator("Alarme\n volontaire",
getResources().getDrawable(R.drawable.ic_tab_alert)).setContent(alarme);
this.tabHost.addTab(this.tabSpec);
Thanks in advance !
I do something like this in my apps and it works: