Fix udfps lottie animation UI wrong place for [CM4/KM4/TK4]
Customize overlay package for udfps lottie animation translate position. Bug: 298129460 Bug: 295111494 Bug: 301214913 Bug: 298204286 Test: manully test with reproducible steps: 1. Flash the device. 2. Set fingerprint in SUW 3. Observe behavior. Change-Id: I0016a7985e5e33347e1aa33f41ad6b89ef035edf
This commit is contained in:
parent
f060e6ff03
commit
310f567294
3 changed files with 57 additions and 0 deletions
19
caiman/overlay/packages/apps/Settings/res/values/dimens.xml
Executable file
19
caiman/overlay/packages/apps/Settings/res/values/dimens.xml
Executable file
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2023 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.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<dimen name="udfps_lottie_translate_y">-500dp</dimen>
|
||||||
|
</resources>
|
19
komodo/overlay/packages/apps/Settings/res/values/dimens.xml
Executable file
19
komodo/overlay/packages/apps/Settings/res/values/dimens.xml
Executable file
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2023 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.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<dimen name="udfps_lottie_translate_y">-500dp</dimen>
|
||||||
|
</resources>
|
19
tokay/overlay/packages/apps/Settings/res/values/dimens.xml
Executable file
19
tokay/overlay/packages/apps/Settings/res/values/dimens.xml
Executable file
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2023 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.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<dimen name="udfps_lottie_translate_y">-500dp</dimen>
|
||||||
|
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue