make CreateDatabaseActivity use the blue theme to be more consistent

This commit is contained in:
Philipp Crocoll
2025-02-06 11:19:29 +01:00
parent 60e5dc21f1
commit d998e08b4f

View File

@@ -20,7 +20,7 @@ namespace keepass2android
{
[Activity(Label = "@string/app_name",
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.KeyboardHidden,
Theme = "@style/Kp2aTheme_ActionBar")]
Theme = "@style/Kp2aTheme_BlueActionBar")]
public class CreateDatabaseActivity : LifecycleAwareActivity
{
private IOConnectionInfo _ioc;