summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Matyukhin <ilyamaty@google.com>2021-09-03 16:39:12 -0700
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-09-20 22:31:15 +0000
commit0a98c32605689453bcf7c61a427f67ebe90260f0 (patch)
treeb6a274813430614a0a233efeb7c9b14f682d39c4
parent1d36449d74d83474846b05ea4183120658328d40 (diff)
downloadbase-0a98c32605689453bcf7c61a427f67ebe90260f0.tar.gz
Increase the UDFPS touch area
Bug: 198860549 Test: manual Change-Id: Iac45531cf36878b2fc8ac1e8f3031e1749094a4f (cherry picked from commit fa99e9e3b9d20911aedb577da9ed6fca6a1691be)
-rw-r--r--packages/SystemUI/res/layout/udfps_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/udfps_view.xml b/packages/SystemUI/res/layout/udfps_view.xml
index 687830d5c7b3..0fcbfa161ddf 100644
--- a/packages/SystemUI/res/layout/udfps_view.xml
+++ b/packages/SystemUI/res/layout/udfps_view.xml
@@ -20,7 +20,7 @@
android:id="@+id/udfps_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
- systemui:sensorTouchAreaCoefficient="0.75"
+ systemui:sensorTouchAreaCoefficient="1.0"
android:contentDescription="@string/accessibility_fingerprint_label">
<ViewStub