Merge "Update pixel pitch of devices" into main

This commit is contained in:
Beverly Tai 2024-01-23 14:13:15 +00:00 committed by Android (Google) Code Review
commit d06dbb468a
3 changed files with 9 additions and 0 deletions

View file

@ -18,5 +18,8 @@
<resources>
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">57px</dimen>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">51.3</item>
</resources>

View file

@ -18,5 +18,8 @@
<resources>
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">58px</dimen>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">52.28</item>
</resources>

View file

@ -18,5 +18,8 @@
<resources>
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">49px</dimen>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">60.16</item>
</resources>