mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
Use plain shield icon for accessibility overlay for quick identification (#1135)
This commit is contained in:
parent
730a56380a
commit
a841419c30
4 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
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 a new issue