fixed missing Theme Attribute for SearchActivity

This commit is contained in:
PhilippC 2013-03-09 06:04:37 +01:00
parent 1d05641e2a
commit 239b0e46ba

View File

@ -31,7 +31,7 @@ using keepass2android.search;
namespace keepass2android
{
[Activity (Label = "@string/short_app_name")]
[Activity (Label = "@string/short_app_name", Theme="@style/Base")]
public class SearchActivity : LifecycleDebugActivity
{
bool GetCheckBoxValue(int resId)