mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-22 09:12:17 -05:00
fixed missing Theme Attribute for SearchActivity
This commit is contained in:
parent
1d05641e2a
commit
239b0e46ba
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user