Fixed weird-looking overlapping checkbox-buttons

pull/14/head
Arne Jans 13 years ago
parent 6cf683ef4f
commit a939ea75f4

@ -396,7 +396,7 @@ public class TaskAdapter extends CursorAdapter implements Filterable {
} }
else else
{ {
checkBoxView.setBackgroundResource(R.drawable.btn_check); checkBoxView.setButtonDrawable(R.drawable.btn_check);
} }
if (pictureView.getVisibility() == View.VISIBLE){ if (pictureView.getVisibility() == View.VISIBLE){
checkBoxView.setVisibility(View.INVISIBLE); checkBoxView.setVisibility(View.INVISIBLE);

@ -56,7 +56,7 @@ public class EditTitleControlSet extends EditTextControlSet implements Importanc
} }
else else
{ {
completeBox.setBackgroundResource(R.drawable.btn_check); completeBox.setButtonDrawable(R.drawable.btn_check);
} }
} }

Loading…
Cancel
Save