mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Replacement of bitmap icons with vector versions (Android) (#1133)
This commit is contained in:
@@ -15,7 +15,7 @@ using Java.Lang;
|
||||
namespace Bit.Droid.Tile
|
||||
{
|
||||
[Service(Permission = Android.Manifest.Permission.BindQuickSettingsTile, Label = "@string/PasswordGenerator",
|
||||
Icon = "@drawable/refresh_sm")]
|
||||
Icon = "@drawable/refresh")]
|
||||
[IntentFilter(new string[] { ActionQsTile })]
|
||||
[Register("com.x8bit.bitwarden.GeneratorTileService")]
|
||||
public class GeneratorTileService : TileService
|
||||
|
||||
Reference in New Issue
Block a user