Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91dd9af8 authored by Jason Chang's avatar Jason Chang
Browse files

Fix Fingerprint setup complete - illustration is just slightly cut off

Due to the sufficient space between sub-description and illustration,
modify the layout_marginTop to avoid the cut off problem.

Flag: NONE bug-fixing

Bug: 336981217

Test: build ABTD ROM and perform a visual inspection.
Change-Id: Id69549968341ee59e3cb7ee8838a90fda7a78b3a
parent 6faf7da8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
                android:id="@+id/sfps_enrollment_finish_content_layout"
                android:layout_width="@dimen/sfps_enrollment_finished_icon_max_size"
                android:layout_height="@dimen/sfps_enrollment_finished_icon_max_size"
                android:layout_marginTop="24dp"
                android:layout_marginTop="@dimen/sfps_enroll_finish_icon_margin_top"
                android:paddingTop="0dp"
                android:paddingBottom="0dp"
                android:layout_gravity="center">
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@
    <dimen name="sfps_progress_bar_translate_y">2dp</dimen>
    <dimen name="sfps_lottie_translate_x">12dp</dimen>
    <dimen name="sfps_lottie_translate_y">12dp</dimen>
    <dimen name="sfps_enroll_finish_icon_margin_top">-24dp</dimen>
    <dimen name="udfps_lottie_translate_y">0dp</dimen>
    <dimen name="udfps_lottie_padding_top">20dp</dimen>