Merge "Specify lock icon padding value on B3" into tm-d1-dev

This commit is contained in:
Grace Cheng 2022-06-24 22:18:49 +00:00 committed by Android (Google) Code Review
commit c6004d3133

View file

@ -46,5 +46,7 @@
<dimen name="physical_volume_up_button_center_screen_location_y">950px</dimen> <dimen name="physical_volume_up_button_center_screen_location_y">950px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1110px</dimen> <dimen name="physical_volume_down_button_center_screen_location_y">1110px</dimen>
</resources> <!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">56px</dimen>
</resources>