Skip to content

Commit d998e08

Browse files
committed
make CreateDatabaseActivity use the blue theme to be more consistent
1 parent 60e5dc2 commit d998e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keepass2android-app/CreateDatabaseActivity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace keepass2android
2020
{
2121
[Activity(Label = "@string/app_name",
2222
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.KeyboardHidden,
23-
Theme = "@style/Kp2aTheme_ActionBar")]
23+
Theme = "@style/Kp2aTheme_BlueActionBar")]
2424
public class CreateDatabaseActivity : LifecycleAwareActivity
2525
{
2626
private IOConnectionInfo _ioc;

0 commit comments

Comments
 (0)