a52q: overlay: Update pixel pitch

Bug: 319894241
Flag: ACONFIG com.android.systemui.device_entry_udfps_refactor DEVELOPMENT
Test: manual

Additionally, drop the double declaration of some udfps props that are already defined the common tree.

Change-Id: Iaa9576cb95ebe73043b7030b2b176f67bc90e3a1
Signed-off-by: Ruchit <risenid@duck.com>
fifteen
Beverly 3 months ago committed by Jenna
parent 73b46d89c3
commit eca6a0dfbd
  1. 4
      overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml

@ -15,5 +15,9 @@
<!-- Location on the screen of the center of the physical power button. This is a reasonable
default that should be overridden by device-specific overlays. -->
<dimen name="physical_power_button_center_screen_location_y">980px</dimen>
<!-- Microns/ums (1000 um = 1mm) per pixel for the given device. If unspecified, UI that
relies on this value will not be sized correctly. -->
<item name="pixel_pitch" format="float" type="dimen">50.4</item>
</resources>

Loading…
Cancel
Save