summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/qs/DataUsageGraph.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes import ordering.Gus Prevas2018-11-141-1/+0
| | | | | Test: n/a Change-Id: I432e11b52deb7974e50f62076af3b7aa07e364b6
* [SettingsLib] Update Utils.getColorAccent() and Utils.getColorError() to ↵Jason Chang2018-05-161-2/+3
| | | | | | | | | | return ColorStateLists instead of colors. Update Utils.getColorAccent() and Utils.getColorError() to return ColorStateLists instead of colors and change every callers entry. Bug: 78215054 Test: manually test for UI Change-Id: I830222a14ef81b2456dd89c9f8631b5fd36f12ff
* [SettingsLib] Update Utils APIs usageJason Chang2018-04-111-2/+4
| | | | | | | | Update Utils.getColorAttr and similar methods in Utils to return a ColorStateList instead of a color Bug: 74872054 Test: Force to display different color items then manually test Change-Id: I92697a597b532ba95f29a886baa114ed6d0ac632
* Remove hardcoded color for cellular data usage viewjackqdyulei2017-01-041-3/+3
| | | | | | | | | | 1. Remove hardcoded color and create colorStateList instead 2. Remove warning color and use attr textColorError instead 3. Add function to extract color from colorStateList Bug: 32592245 Test: manual - Take screenshots Change-Id: I7f0a54b304b09b99ba1f255952e7e99e009a4d2a
* Update System UI to use theme colors.Andrew Sapperstein2016-06-211-1/+2
| | | | | | | | | | | | | | Instead of using hardcoded values, use colorPrimary, colorAccent, etc to style system UI. Required setting a theme on several views to get the proper accent color in the right place. Deletes a lot of hard-coded colors from the app. Deletes an unused view: StatusBarHeaderView BUG: 28625050 BUG: 29003410 BUG: 28625105 Change-Id: I46cd8eba7cf5afdab53c7882aa4aac5af46772a9
* Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-181-4/+4
| | | | Change-Id: I8f64fe6c4c44a92ff6d07250223ba590a1d691b0
* QS: Cellular usage warning marker + policy cycle.John Spurlock2014-07-131-33/+29
| | | | | | | Add warning marker to graph from policy, and use the cycle day from policy to determine the usage period. Change-Id: I31711eea6a0bf54ad0eb5841d2aa9b8e5927ed58
* QS: Add limit to cellular data panel.John Spurlock2014-07-081-5/+37
| | | | Change-Id: I4d69ffe0681b89670d052ed18c5e4be4674d2d62
* QS: Basic cellular data detail panel.John Spurlock2014-07-081-0/+73
Change-Id: I1f19a8bf3e01d7f1d49e82d7096a215c863eab61