mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-23 17:40:58 +00:00
Switch the FingerprintUiHelper over to SwirlView
This commit is contained in:
parent
76c6840ad6
commit
d906c6d9a8
15 changed files with 27 additions and 82 deletions
|
@ -48,10 +48,10 @@
|
|||
android:layout_marginTop="12dp"
|
||||
android:visibility="invisible">
|
||||
|
||||
<ImageView
|
||||
<com.mattprecious.swirl.SwirlView
|
||||
android:id="@+id/img_fingerprint"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp" />
|
||||
android:layout_height="60dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/text_fingerprint"
|
||||
|
|
|
@ -82,10 +82,10 @@
|
|||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="12dp">
|
||||
|
||||
<ImageView
|
||||
<com.mattprecious.swirl.SwirlView
|
||||
android:id="@+id/img_fingerprint"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp" />
|
||||
android:layout_height="60dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/text_fingerprint"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue