Correct background color of 'app settings'
This commit is contained in:
parent
389501730f
commit
91c7f8f558
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue