diff options
author | Ziyan <jaraidaniel@gmail.com> | 2014-12-13 00:34:24 +0100 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2015-04-11 20:24:52 +0200 |
commit | 9dd5247ca890098119948ad31c709301546cc453 (patch) | |
tree | 3e67374e1fd549adc020696700900a7f253fbe3c /overlay | |
parent | 7f7d29f90d9d1060e5b3845cb6661671cab30191 (diff) | |
download | device_samsung_tuna-9dd5247ca890098119948ad31c709301546cc453.zip device_samsung_tuna-9dd5247ca890098119948ad31c709301546cc453.tar.gz device_samsung_tuna-9dd5247ca890098119948ad31c709301546cc453.tar.bz2 |
Revert "Disable marquee fading edges"
This reverts commit b045f60889a58a19d3f6bc313a40e293fabe3f63.
Starting from 5.0, this is already set to false by default.
Conflicts:
overlay/frameworks/base/core/res/res/values/config.xml
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 382555c..d2ba406 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -229,8 +229,6 @@ <!-- Boolean indicating whether the wifi chipset has background scan support --> <bool translatable="false" name="config_wifi_background_scan_support">true</bool> - <bool name="config_ui_enableFadingMarquee">false</bool> - <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> |