Is there any way to customize a listView
in addition to the textView
default? The screen is obviously empty, but I would like to change the background color only when fetching it does not display the results.
mEstadoVazioTextView = (TextView) findViewById(R.id.visualizacaoVazia);
listview.setEmptyView(mEstadoVazioTextView);
mEstadoVazioTextView.setText("Nenhum livro encontrado!\n\nFavor verificar ortografia ou" +
" informar algum dado sobre o livro novamente.");