Settings: Disable clipping in biometrics_glif_content

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

Change-Id: Iec0c4f27cab6999b617a26b4d76bfaa39a90d922
This commit is contained in:
LuK1337
2025-10-04 23:40:26 +02:00
parent b599b32aca
commit 56a70f85b4

View File

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