add missing Theme attributes
This commit is contained in:
@@ -19,7 +19,7 @@ using keepass2android.services.AutofillBase;
|
|||||||
|
|
||||||
namespace keepass2android
|
namespace keepass2android
|
||||||
{
|
{
|
||||||
[Activity(Label = "DisableAutofillForQueryActivity")]
|
[Activity(Label = "DisableAutofillForQueryActivity", Theme = "@style/Kp2aTheme_ActionBar")]
|
||||||
public class DisableAutofillForQueryActivity : Activity
|
public class DisableAutofillForQueryActivity : Activity
|
||||||
{
|
{
|
||||||
public IAutofillIntentBuilder IntentBuilder = new Kp2aAutofillIntentBuilder();
|
public IAutofillIntentBuilder IntentBuilder = new Kp2aAutofillIntentBuilder();
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ using KeePassLib.Serialization;
|
|||||||
|
|
||||||
namespace keepass2android
|
namespace keepass2android
|
||||||
{
|
{
|
||||||
[Activity]
|
[Activity(Theme = "@style/Kp2aTheme_ActionBar")]
|
||||||
public class ExportKeyfileActivity : LockCloseActivity
|
public class ExportKeyfileActivity : LockCloseActivity
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user