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:
@@ -9,19 +9,19 @@
|
||||
<shape>
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="?attr/colorPrimaryDark" />
|
||||
android:color="?attr/colorAccentLight" />
|
||||
<corners
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="40dp"
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="0dp"/>
|
||||
<padding
|
||||
android:left="0dp"
|
||||
android:left="4dp"
|
||||
android:right="12dp"
|
||||
android:top="16dp"
|
||||
android:top="18dp"
|
||||
android:bottom="8dp"/>
|
||||
<solid
|
||||
android:color="?attr/colorPrimary" />
|
||||
android:color="?attr/colorAccent" />
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
@@ -7,18 +7,18 @@
|
||||
<shape>
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/green" />
|
||||
android:color="@color/orange_light" />
|
||||
<corners
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="40dp"
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="0dp"/>
|
||||
<padding
|
||||
android:left="0dp"
|
||||
android:left="4dp"
|
||||
android:right="12dp"
|
||||
android:top="16dp"
|
||||
android:top="18dp"
|
||||
android:bottom="8dp"/>
|
||||
<solid android:color="@color/green_light"/>
|
||||
<solid android:color="@color/orange_light"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
@@ -27,18 +27,18 @@
|
||||
<shape>
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/green_dark" />
|
||||
android:color="@color/orange_light" />
|
||||
<corners
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="40dp"
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="0dp"/>
|
||||
<padding
|
||||
android:left="0dp"
|
||||
android:left="4dp"
|
||||
android:right="12dp"
|
||||
android:top="16dp"
|
||||
android:top="18dp"
|
||||
android:bottom="8dp"/>
|
||||
<solid android:color="@color/green"/>
|
||||
<solid android:color="@color/orange"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -3,8 +3,8 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/lock_button"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="42dp"
|
||||
android:elevation="4dp"
|
||||
android:src="@drawable/ic_lock_white_24dp"
|
||||
android:background="@drawable/background_start_bottom_button"
|
||||
|
||||
Reference in New Issue
Block a user