Fabian Kozynski 67ffcf8936 Add colors to tiles
Protoype for modifying color of tiles. Provides 2 modes:
qs_color_enabled: allows changing background of tiles
qs_color_icon: allows changing color of icon (only use with
qs_color_enabled)

Enable using:
adb shell settings put system <name> <value>
where name is one of (qs_color_enabled|qs_color_icon) and value is (0|1)

With qs_color_enabled, color of individual tiles can be changed using
adb shell settings put system qs_color_enabled/<spec> <color>
where spec is as defined in QSFactoryImpl and color is one of
(red|green|blue|yellow|accent).

Test: manual

Change-Id: I66096cfa5cb8570074b1547ca3e41bd0888973fa
2019-09-10 15:45:42 -04:00
2019-09-04 16:06:51 -07:00
2019-09-04 23:31:25 +00:00
2019-08-26 14:23:52 -07:00
2019-09-10 15:45:42 -04:00
2019-09-06 16:03:26 +02:00
2019-08-09 09:24:40 -07:00
2019-09-03 15:57:33 -04:00
2019-04-18 12:09:34 -07:00
2019-07-24 15:54:24 +09:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%