Skip to content

Commit

Permalink
merlin: overlay: Make the UI smoother
Browse files Browse the repository at this point in the history
Signed-off-by: srfarias <[email protected]>
Signed-off-by: Hatsune71 <[email protected]>
Change-Id: Idce54065d2ec66c6cfd61ff090d114858da5dbc5
  • Loading branch information
ericfrs authored and althafvly committed Jul 13, 2020
1 parent 784e4d5 commit 6f72724
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,15 @@
<!-- If this is true, the screen will fade off. -->
<bool name="config_animateScreenLights">false</bool>

<!-- Flag indicating whether the surface flinger has limited
alpha compositing functionality in hardware. If set, the window
manager will disable alpha trasformation in animations where not
strictly needed. -->
<bool name="config_sf_limitedAlpha">true</bool>

<!-- 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>

0 comments on commit 6f72724

Please sign in to comment.