diff options
| author | Michael W <baddaemon87@gmail.com> | 2019-01-18 08:58:14 +0000 |
|---|---|---|
| committer | Han Wang <416810799@qq.com> | 2019-02-10 10:30:40 +0100 |
| commit | 9edd108918de681aea79612c289f1a931a4de69d (patch) | |
| tree | b236f98e95c3407c3e3407056e97a9f66b57fbd1 | |
| parent | e17eabe4b4ffabb8a7f4e1b2f995c74f73e57f2b (diff) | |
oneplus2: overlay: Update fingerprint dot location
Change-Id: I710c62f33038c449386864453fd16a2f41153b46
| -rw-r--r-- | overlay/packages/apps/Settings/res/values/dimens.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/overlay/packages/apps/Settings/res/values/dimens.xml b/overlay/packages/apps/Settings/res/values/dimens.xml index cfd2d1e..19c0e04 100644 --- a/overlay/packages/apps/Settings/res/values/dimens.xml +++ b/overlay/packages/apps/Settings/res/values/dimens.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2009 The Android Open Source Project + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -13,5 +16,5 @@ <resources> <dimen name="fingerprint_dot_radius">5dp</dimen> - <item name="fingerprint_sensor_location_fraction_y" type="fraction">79%</item> + <item name="fingerprint_sensor_location_fraction_y" type="fraction">94.6%</item> </resources> |
