diff options
author | Fabian Kozynski <kozynski@google.com> | 2019-09-05 16:32:12 -0400 |
---|---|---|
committer | Fabian Kozynski <kozynski@google.com> | 2019-09-10 15:45:42 -0400 |
commit | 67ffcf8936faef6d0394e2a5f24ce3fc003b2ab4 (patch) | |
tree | 0dd648ab78947d3be8299c69a8ce67b40d565ab2 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | 4617a582a7155a1c3e3c30dafb4e3d0314b4e597 (diff) |
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
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions