Snap for 11778614 from 29dbabf9f2 to 25D4-release

Change-Id: I3725dc98f6517ed370fcab239d6553f5d5bdd584
This commit is contained in:
Android Build Coastguard Worker 2024-04-29 23:03:43 +00:00
commit e03ce9959e
2 changed files with 26 additions and 0 deletions

View file

@ -18,5 +18,12 @@
<resources>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">60.16</item>
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">730px</dimen>
<!-- Location on the screen of the center of the physical volume up/down buttons. -->
<dimen name="physical_volume_up_button_center_screen_location_y">1038px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1204px</dimen>
</resources>

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2024 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>