mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-04 08:15:11 +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) {
|
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);
|
||||||
|
Reference in New Issue
Block a user