redfin: Set status_bar_header_height_keyguard to status_bar_height_default value

This commit is contained in:
Joey Huab
2025-01-27 01:45:44 +09:00
parent 6a1e80bcf5
commit 89153d5280

View File

@@ -60,7 +60,7 @@
<bool name="doze_double_tap_reports_touch_coordinates">true</bool>
<!-- Height of the status bar header bar when on Keyguard (match status_bar_height) -->
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_default</dimen>
<!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor
to brightness values; -1 means keeping the current brightness. -->