mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: overlay: Make UI Smoother
* Additionally, enable multi user support"
This commit is contained in:
parent
b1e0a04d56
commit
9014c024e0
1 changed files with 15 additions and 0 deletions
|
|
@ -94,6 +94,21 @@
|
|||
<!-- Specify if the fingerprint hardware support gestures-->
|
||||
<bool name="config_fingerprintSupportsGestures">true</bool>
|
||||
|
||||
<!-- Maximum number of supported users -->
|
||||
<bool name="config_enableMultiUserUI">true</bool>
|
||||
<integer name="config_multiuserMaximumUsers">3</integer>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
<bool name="config_automatic_brightness_available">true</bool>
|
||||
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
|
||||
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
|
||||
|
|
|
|||
Loading…
Reference in a new issue