Add animation for progress bar and lottie in fingerprint enrollment
Test: Manual - While enrolling a fingerprint, onHelp will cause the lottie and progress bar to shake Bug: 266838595 Change-Id: I547d86182a87846aca7d025b35a008675f449e2e Merged-in: I547d86182a87846aca7d025b35a008675f449e2e
This commit is contained in:
@@ -32,11 +32,13 @@
|
||||
android:clipChildren="false">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/progress_lottie"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:translationX="0dp">
|
||||
|
||||
<!-- Animation res MUST be set in code -->
|
||||
<com.airbnb.lottie.LottieAnimationView
|
||||
|
Reference in New Issue
Block a user