Add physical button locations for raviole am: 9420469be8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14076389 Change-Id: If2b0d16ea5646955c101bb4c075c02578d7dd9a2
This commit is contained in:
commit
8a91ada70f
2 changed files with 16 additions and 2 deletions
|
@ -39,5 +39,12 @@
|
|||
<dimen name="config_rounded_mask_size_top">71px</dimen>
|
||||
<dimen name="config_rounded_mask_size_bottom">70px</dimen>
|
||||
|
||||
</resources>
|
||||
<!-- Location on the screen of the center of the physical power button. -->
|
||||
<dimen name="physical_power_button_center_screen_location_y">650px</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">950px</dimen>
|
||||
<dimen name="physical_volume_down_button_center_screen_location_y">1110px</dimen>
|
||||
|
||||
</resources>
|
||||
|
||||
|
|
|
@ -43,6 +43,13 @@
|
|||
<string translatable="false" name="config_protectedCameraId">1</string>
|
||||
|
||||
<bool name="config_enableDisplayCutoutProtection">true</bool>
|
||||
|
||||
|
||||
<!-- Location on the screen of the center of the physical power button. -->
|
||||
<dimen name="physical_power_button_center_screen_location_y">940px</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">1320px</dimen>
|
||||
<dimen name="physical_volume_down_button_center_screen_location_y">1520px</dimen>
|
||||
</resources>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue