replace icons by vector drawables to fix color issues with day/night scheme

This commit is contained in:
Philipp Crocoll
2024-12-10 15:06:37 +01:00
parent add8209f11
commit ed9cd7180c
242 changed files with 379 additions and 157 deletions

View File

@@ -307,7 +307,7 @@ namespace keepass2android
_fpTextView.SetTextColor(
_fpTextView.Resources.GetColor(Resource.Color.md_theme_secondary, null));
_fpTextView.Text = "";
_fpIcon.SetImageResource(Resource.Drawable.ic_fp_40px);
_fpIcon.SetImageResource(Resource.Drawable.baseline_fingerprint_24);
}
protected override void OnResume()