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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user