1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

autofill service WIP

This commit is contained in:
Kyle Spearrin
2017-01-28 23:58:26 -05:00
parent 45c516ea3f
commit 64fd8e3be9
9 changed files with 35 additions and 37 deletions

View File

@@ -2727,41 +2727,44 @@ namespace Bit.Android
// aapt resource value: 0x7f0200df
public const int mr_ic_play_light = 2130837727;
// aapt resource value: 0x7f0200eb
public const int notification_template_icon_bg = 2130837739;
// aapt resource value: 0x7f0200e0
public const int plus = 2130837728;
public const int notification_sm = 2130837728;
// aapt resource value: 0x7f0200ec
public const int notification_template_icon_bg = 2130837740;
// aapt resource value: 0x7f0200e1
public const int refresh = 2130837729;
public const int plus = 2130837729;
// aapt resource value: 0x7f0200e2
public const int roundedbg = 2130837730;
public const int refresh = 2130837730;
// aapt resource value: 0x7f0200e3
public const int roundedbgdark = 2130837731;
public const int roundedbg = 2130837731;
// aapt resource value: 0x7f0200e4
public const int splash_screen = 2130837732;
public const int roundedbgdark = 2130837732;
// aapt resource value: 0x7f0200e5
public const int star = 2130837733;
public const int splash_screen = 2130837733;
// aapt resource value: 0x7f0200e6
public const int star_selected = 2130837734;
public const int star = 2130837734;
// aapt resource value: 0x7f0200e7
public const int tools = 2130837735;
public const int star_selected = 2130837735;
// aapt resource value: 0x7f0200e8
public const int tools_selected = 2130837736;
public const int tools = 2130837736;
// aapt resource value: 0x7f0200e9
public const int upload = 2130837737;
public const int tools_selected = 2130837737;
// aapt resource value: 0x7f0200ea
public const int user = 2130837738;
public const int upload = 2130837738;
// aapt resource value: 0x7f0200eb
public const int user = 2130837739;
static Drawable()
{