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) { switch (preference) {
case "": case "":
holder.secondary.setVisibility(View.GONE); holder.secondary.setVisibility(View.GONE);
// "android:windowBackground" holder.view.setBackgroundResource(0);
holder.view.setBackgroundResource(R.color.indigo_50);
break; break;
case "/first": case "/first":
holder.secondary.setText(R.string.autofill_apps_first); holder.secondary.setText(R.string.autofill_apps_first);