1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-30 23:23:38 +00:00

qs tile to quickly launch my vault (android)

This commit is contained in:
Kyle Spearrin
2017-09-19 15:55:15 -04:00
parent ea1b584436
commit 5950c33a43
12 changed files with 96 additions and 20 deletions

View File

@@ -2769,8 +2769,8 @@ namespace Bit.Android
// aapt resource value: 0x7f0200e7
public const int notification_sm = 2130837735;
// aapt resource value: 0x7f0200f9
public const int notification_template_icon_bg = 2130837753;
// aapt resource value: 0x7f0200fa
public const int notification_template_icon_bg = 2130837754;
// aapt resource value: 0x7f0200e8
public const int paperclip = 2130837736;
@@ -2797,31 +2797,34 @@ namespace Bit.Android
public const int share_tools = 2130837743;
// aapt resource value: 0x7f0200f0
public const int splash_screen = 2130837744;
public const int shield = 2130837744;
// aapt resource value: 0x7f0200f1
public const int star = 2130837745;
public const int splash_screen = 2130837745;
// aapt resource value: 0x7f0200f2
public const int star_selected = 2130837746;
public const int star = 2130837746;
// aapt resource value: 0x7f0200f3
public const int tools = 2130837747;
public const int star_selected = 2130837747;
// aapt resource value: 0x7f0200f4
public const int tools_selected = 2130837748;
public const int tools = 2130837748;
// aapt resource value: 0x7f0200f5
public const int trash = 2130837749;
public const int tools_selected = 2130837749;
// aapt resource value: 0x7f0200f6
public const int upload = 2130837750;
public const int trash = 2130837750;
// aapt resource value: 0x7f0200f7
public const int user = 2130837751;
public const int upload = 2130837751;
// aapt resource value: 0x7f0200f8
public const int yubikey = 2130837752;
public const int user = 2130837752;
// aapt resource value: 0x7f0200f9
public const int yubikey = 2130837753;
static Drawable()
{
@@ -3756,6 +3759,9 @@ namespace Bit.Android
// aapt resource value: 0x7f080046
public const int Hello = 2131230790;
// aapt resource value: 0x7f08009a
public const int MyVault = 2131230874;
// aapt resource value: 0x7f08002e
public const int abc_action_bar_home_description = 2131230766;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -5,4 +5,7 @@
accessibility service by tapping the toggle switch above, then press OK on the confirmation pop-up. You can then press
the back button twice to return to the main bitwarden app.
</string>
<string name="MyVault">
My Vault
</string>
</resources>