fixed missing Theme Attribute for SearchActivity
This commit is contained in:
@@ -31,7 +31,7 @@ using keepass2android.search;
|
|||||||
|
|
||||||
namespace keepass2android
|
namespace keepass2android
|
||||||
{
|
{
|
||||||
[Activity (Label = "@string/short_app_name")]
|
[Activity (Label = "@string/short_app_name", Theme="@style/Base")]
|
||||||
public class SearchActivity : LifecycleDebugActivity
|
public class SearchActivity : LifecycleDebugActivity
|
||||||
{
|
{
|
||||||
bool GetCheckBoxValue(int resId)
|
bool GetCheckBoxValue(int resId)
|
||||||
|
Reference in New Issue
Block a user