mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Change lock button color
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
android:right="12dp"
|
android:right="12dp"
|
||||||
android:top="18dp"
|
android:top="18dp"
|
||||||
android:bottom="8dp"/>
|
android:bottom="8dp"/>
|
||||||
<solid android:color="@color/background_dark"/>
|
<solid android:color="@color/grey_dark"/>
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
<item
|
<item
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
android:right="12dp"
|
android:right="12dp"
|
||||||
android:top="18dp"
|
android:top="18dp"
|
||||||
android:bottom="8dp"/>
|
android:bottom="8dp"/>
|
||||||
<solid android:color="@color/background_night"/>
|
<solid android:color="@color/grey"/>
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
</selector>
|
</selector>
|
||||||
Reference in New Issue
Block a user