mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-01-08 12:08:00 -05:00
fix problem with Android 4.x storage type selection
This commit is contained in:
parent
0c60828a21
commit
35cb4edb04
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<item >
|
||||
<shape android:shape="rectangle" >
|
||||
<corners android:radius="6dip" />
|
||||
<solid android:color="?activityBackgroundColor" />
|
||||
<solid android:color="#fff" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
Loading…
Reference in New Issue
Block a user