I have the following code.
private void TabsCadastro(int visualizar,int origem)
{
TabSpec abaCLiente,abaEndereco,abaContrato;
TabHost tabHost = getTabHost();
abaCLiente = tabHost.newTabSpec("tag1");
abaCLiente.setContent(R.id...
asked by
25.12.2014 / 22:35