Remove vault_unlocked image and replace it with material icon

This commit is contained in:
Julian Raufelder 2022-06-03 16:32:28 +02:00
parent c505f09ce0
commit a6a3b7b2c6
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 642 B

View File

@ -44,8 +44,8 @@
<ImageView
android:id="@+id/unlockedImage"
android:layout_width="49dp"
android:layout_height="48dp"
android:layout_width="59dp"
android:layout_height="59dp"
android:layout_centerVertical="true"
android:layout_toStartOf="@+id/settings"
android:background="?android:attr/selectableItemBackground"
@ -53,7 +53,7 @@
android:paddingTop="10dp"
android:paddingEnd="14dp"
android:paddingBottom="10dp"
android:src="@drawable/vault_unlocked"
android:src="@drawable/ic_lock_open"
android:visibility="gone"
app:tint="@color/colorPrimary" />