I have a EditText
that looks like this:
When doing an action in EditText
the background is changed with the following code:
edtCampo.setBackgroundColor(Color.RED);
Then another action is made and the background of EditText
is changed again with the following code:
edtCampo.setBackgroundColor(Color.TRANSPARENT);
The problem is that in the EditText I do not see the line below, what property should I give ???
This is the EditText definition in the layout
and the style:
fill_parent wrap_content ? android: attr / textAppearanceLarge center_vertical | center_horizontal 10dp 10dp @ color / blue