LG8n: overlay: Enable FadingMarquee

Improves the UI Smoothness.

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
namaskaragusthi 2024-08-17 19:26:36 +08:00 committed by Shirayuki39
parent e0fdca635f
commit 1d96db43d2

View file

@ -330,4 +330,9 @@
<item>1050</item> <!-- sensorLocationY -->
<item>210</item> <!-- sensorRadius -->
</array>
<!-- Enables or disables fading edges when marquee is enabled in TextView.
Off by default, since the framebuffer readback used to implement the
fading edges is prohibitively expensive on most GPUs. -->
<bool name="config_ui_enableFadingMarquee">true</bool>
</resources>