Correct background color of 'app settings'

This commit is contained in:
Matthew Wong 2015-10-18 21:54:25 -04:00
parent 389501730f
commit 91c7f8f558

View file

@ -101,8 +101,7 @@ public class AutofillRecyclerAdapter extends RecyclerView.Adapter<AutofillRecycl
switch (preference) {
case "":
holder.secondary.setVisibility(View.GONE);
// "android:windowBackground"
holder.view.setBackgroundResource(R.color.indigo_50);
holder.view.setBackgroundResource(0);
break;
case "/first":
holder.secondary.setText(R.string.autofill_apps_first);