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

Unverified Commit 5c80ff78 authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

Settings: Disable clipping in biometrics_glif_content

This is required for devices with UDFPS sensors that are very low.

Change-Id: Iec0c4f27cab6999b617a26b4d76bfaa39a90d922
parent 486dc91c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
    android:id="@+id/sud_layout_template_content"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:clipChildren="true"
    android:clipToPadding="true"
    android:clipChildren="false"
    android:clipToPadding="false"
    android:orientation="vertical">

    <ViewStub