1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-01 08:03:37 +00:00

generator tile and icon size adjustments

This commit is contained in:
Kyle Spearrin
2019-06-05 16:37:54 -04:00
parent a1a5d3b363
commit e0c52dea3a
26 changed files with 170 additions and 31 deletions

View File

@@ -9031,29 +9031,29 @@ namespace Bit.Droid
// aapt resource value: 0x7f020155
public const int notification_icon_background = 2130837845;
// aapt resource value: 0x7f020156
public const int notification_sm = 2130837846;
// aapt resource value: 0x7f020164
public const int notification_template_icon_bg = 2130837860;
// aapt resource value: 0x7f020165
public const int notification_template_icon_low_bg = 2130837861;
// aapt resource value: 0x7f020156
public const int notification_tile_bg = 2130837846;
// aapt resource value: 0x7f020157
public const int notification_tile_bg = 2130837847;
public const int notify_panel_notification_icon_bg = 2130837847;
// aapt resource value: 0x7f020158
public const int notify_panel_notification_icon_bg = 2130837848;
public const int pencil = 2130837848;
// aapt resource value: 0x7f020159
public const int pencil = 2130837849;
public const int plus = 2130837849;
// aapt resource value: 0x7f02015a
public const int plus = 2130837850;
public const int refresh = 2130837850;
// aapt resource value: 0x7f02015b
public const int refresh = 2130837851;
public const int refresh_sm = 2130837851;
// aapt resource value: 0x7f02015c
public const int search = 2130837852;
@@ -10483,6 +10483,9 @@ namespace Bit.Droid
// aapt resource value: 0x7f0900c2
public const int MyVault = 2131296450;
// aapt resource value: 0x7f0900c3
public const int PasswordGenerator = 2131296451;
// aapt resource value: 0x7f090032
public const int abc_action_bar_home_description = 2131296306;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 825 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 773 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 772 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 330 B

View File

@@ -6,4 +6,6 @@
</style>
<style name="BlackTheme" parent="BlackTheme.Base">
</style>
<style name="NordTheme" parent="NordTheme.Base">
</style>
</resources>

View File

@@ -13,4 +13,7 @@
<string name="MyVault">
My Vault
</string>
<string name="PasswordGenerator">
Password Generator
</string>
</resources>