mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
Correct background color of 'app settings'
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user