1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 11:13:49 +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

@@ -6,10 +6,7 @@ using Android.Views;
namespace Bit.Android
{
[Activity(Theme = "@style/BitwardenTheme.Splash",
Label = "Bitwarden",
Icon = "@drawable/icon",
WindowSoftInputMode = SoftInput.StateHidden)]
[Activity(Theme = "@style/BitwardenTheme.Splash", WindowSoftInputMode = SoftInput.StateHidden)]
public class AutofillActivity : Activity
{
private string _lastQueriedUri;