Skip to content

Commit 6b379ef

Browse files
committed
Changed the way the fingerprint icon is included in the credential selector list, to stop Gradle from failing on Github
1 parent c670380 commit 6b379ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play-services-fido/core/src/main/res/layout/fido_credential_selector_list_item.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
android:layout_marginTop="8dp"
2525
app:layout_constraintStart_toStartOf="parent"
2626
app:layout_constraintTop_toTopOf="parent"
27-
app:srcCompat="@drawable/ic_fido_fingerprint"
27+
android:src="@drawable/ic_fido_fingerprint"
2828
android:contentDescription="@string/credential_icon_description" />
2929

3030
<LinearLayout

0 commit comments

Comments
 (0)