mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 22:53:34 +00:00
Use plain shield icon for accessibility overlay for quick identification (#1135)
This commit is contained in:
@@ -679,7 +679,7 @@ namespace Bit.Droid.Accessibility
|
||||
var icon = (ImageView)view.FindViewById(Resource.Id.icon);
|
||||
text1.Text = AppResources.AutofillWithBitwarden;
|
||||
text2.Text = AppResources.GoToMyVault;
|
||||
icon.SetImageResource(Resource.Drawable.icon);
|
||||
icon.SetImageResource(Resource.Drawable.shield);
|
||||
return view;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user