Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit fbc46287 authored by William Xiao's avatar William Xiao
Browse files

Fix keyguard indication text on hub getting cut off with larger display/text sizes

The view-based keyguard indication text is placed via constraints to a
fixed distance from the bottom of the screen and is allowed to expand
as much as it wants. The compose-based one brings its own padding but
has its height limited to fit under the lock icon. Since the lock icon
UI element is much larger than the icon image itself, this leads to the
indication text being cut off.

This CL uses the correct bottom padding for the compose-based
indication area and removes its heigh restriction.

See bug for hierarchy snapshots.

Bug: 349510838
Fix: 349510838
Test: verified locally on device
Flag: com.android.systemui.communal_hub
Change-Id: I36a061c9dc585234ac62565ab63238106c4d2d54
parent 7fe4dd3f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment