1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

rename main theme to light theme

This commit is contained in:
Kyle Spearrin
2019-06-04 09:36:45 -04:00
parent fdfd2d20e6
commit 11e5b2ea5d
7 changed files with 19 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ using System;
namespace Bit.Droid.Accessibility
{
[Activity(Theme = "@style/MainTheme.Splash", WindowSoftInputMode = SoftInput.StateHidden)]
[Activity(Theme = "@style/LightTheme.Splash", WindowSoftInputMode = SoftInput.StateHidden)]
public class AccessibilityActivity : Activity
{
private DateTime? _lastLaunch = null;