Merge "Add animation for progress bar and lottie in fingerprint enrollment" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2023-02-07 23:53:42 +00:00
committed by Android (Google) Code Review
3 changed files with 34 additions and 1 deletions

View File

@@ -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