Update FP and power button location
Test: manual Fixes: 316448242 Flag: none Change-Id: Icfd6f9dc127731d3f893cb051a23fe23370bd934
This commit is contained in:
parent
a4b19b8d8c
commit
74648f7a15
2 changed files with 32 additions and 0 deletions
|
@ -16,4 +16,11 @@
|
|||
<resources>
|
||||
<dimen name="status_bar_clock_starting_padding">0dp</dimen>
|
||||
<dimen name="status_bar_padding_start">0dp</dimen>
|
||||
|
||||
<!-- Location on the screen of the center of the physical power button. -->
|
||||
<dimen name="physical_power_button_center_screen_location_y">620px</dimen>
|
||||
|
||||
<!-- Location on the screen of the center of the physical fingerprint sensor -->
|
||||
<dimen name="physical_fingerprint_sensor_center_screen_location_x">2076px</dimen>
|
||||
<dimen name="physical_fingerprint_sensor_center_screen_location_y">620px</dimen>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
<?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>
|
||||
<!-- Location on the screen of the center of the physical power button. -->
|
||||
<dimen name="physical_power_button_center_screen_location_y">710px</dimen>
|
||||
|
||||
<!-- Location on the screen of the center of the physical fingerprint sensor -->
|
||||
<dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>
|
||||
<dimen name="physical_fingerprint_sensor_center_screen_location_y">710px</dimen>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue