make CreateDatabaseActivity use the blue theme to be more consistent
This commit is contained in:
@@ -20,7 +20,7 @@ namespace keepass2android
|
|||||||
{
|
{
|
||||||
[Activity(Label = "@string/app_name",
|
[Activity(Label = "@string/app_name",
|
||||||
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.KeyboardHidden,
|
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.KeyboardHidden,
|
||||||
Theme = "@style/Kp2aTheme_ActionBar")]
|
Theme = "@style/Kp2aTheme_BlueActionBar")]
|
||||||
public class CreateDatabaseActivity : LifecycleAwareActivity
|
public class CreateDatabaseActivity : LifecycleAwareActivity
|
||||||
{
|
{
|
||||||
private IOConnectionInfo _ioc;
|
private IOConnectionInfo _ioc;
|
||||||
|
Reference in New Issue
Block a user