mirror of
https://github.com/bitwarden/mobile.git
synced 2025-03-10 12:59:03 +01:00
Use plain shield icon for accessibility overlay for quick identification (#1135)
This commit is contained in:
parent
730a56380a
commit
a841419c30
@ -679,7 +679,7 @@ namespace Bit.Droid.Accessibility
|
|||||||
var icon = (ImageView)view.FindViewById(Resource.Id.icon);
|
var icon = (ImageView)view.FindViewById(Resource.Id.icon);
|
||||||
text1.Text = AppResources.AutofillWithBitwarden;
|
text1.Text = AppResources.AutofillWithBitwarden;
|
||||||
text2.Text = AppResources.GoToMyVault;
|
text2.Text = AppResources.GoToMyVault;
|
||||||
icon.SetImageResource(Resource.Drawable.icon);
|
icon.SetImageResource(Resource.Drawable.shield);
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 33 KiB |
Loading…
Reference in New Issue
Block a user