mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-02 12:52:19 +00:00
Only add SwirlView to views on API 23 and above
Partially fixes API level 19 compatibility
This commit is contained in:
parent
725885d5ad
commit
0a3e6e4d90
4 changed files with 25 additions and 8 deletions
|
@ -82,10 +82,11 @@
|
|||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="12dp">
|
||||
|
||||
<com.mattprecious.swirl.SwirlView
|
||||
android:id="@+id/img_fingerprint"
|
||||
<LinearLayout
|
||||
android:id="@+id/img_fingerprint_insert"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="60dp"/>
|
||||
android:layout_height="60dp"
|
||||
android:orientation="horizontal"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/text_fingerprint"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue