Fix sysui-studio build

ic_fingerprint had name collision with resources on the sysui folder.

Test: make
Bug: 194183870
Change-Id: I1f835f1809062fa4aaa3cc1c1cd347b5f7b69ee9
This commit is contained in:
Lucas Dupin
2021-10-28 16:05:15 -07:00
parent 6665ad79a3
commit d39648b2ef
2 changed files with 1 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
android:id="@+id/locked_fp"
android:state_middle="true"
android:state_single="false"
android:drawable="@drawable/ic_fingerprint" />
android:drawable="@drawable/ic_kg_fingerprint" />
<item
android:id="@+id/unlocked"