Use the default top clock margin on h800 devices

On devices that are at least 800px tall, use the default
18dp top margin instead of a greater margin.

We want to make sure we can always see large media
and a conversation group on LS.

Test: play media and post a group notification,
see they fit on the lock screen
Fixes: 214257536

Change-Id: I9a81ed0497002b4b22aa7c1cbe3394411dee2f41
This commit is contained in:
Beverly
2022-06-23 20:36:02 +00:00
parent 75c201f935
commit 9740220dde

View File

@@ -15,9 +15,6 @@
-->
<resources>
<!-- Minimum margin between clock and top of screen or ambient indication -->
<dimen name="keyguard_clock_top_margin">26dp</dimen>
<!-- Large clock maximum font size (dp is intentional, to prevent any further scaling) -->
<dimen name="large_clock_text_size">200dp</dimen>