1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 13:53:29 +00:00

new ic_launcher for adaptive icons

This commit is contained in:
Kyle Spearrin
2018-03-17 17:26:10 -04:00
parent 907ddbf903
commit 4ff3464abd
28 changed files with 2503 additions and 2415 deletions

View File

@@ -21,10 +21,7 @@ using Bit.App.Enums;
namespace Bit.Android
{
[Activity(Label = "Bitwarden",
Icon = "@drawable/icon",
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation,
Exported = false)]
[Activity(ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation, Exported = false)]
public class MainActivity : FormsAppCompatActivity
{
private const string HockeyAppId = "d3834185b4a643479047b86c65293d42";