diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/qs/QSDragPanel.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/qs/QSDragPanel.java b/packages/SystemUI/src/com/android/systemui/qs/QSDragPanel.java index 132f17b..7694b15 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/QSDragPanel.java +++ b/packages/SystemUI/src/com/android/systemui/qs/QSDragPanel.java @@ -1845,7 +1845,7 @@ public class QSDragPanel extends QSPanel implements View.OnDragListener, View.On context.getColor(R.color.qs_detailed_icon_tint_color), PorterDuff.Mode.SRC_ATOP); title.setTextColor(context.getColor(R.color.qs_detailed_title_text_color)); } else { - title.setTextColor(context.getColor(R.color.qs_detailed_default_text_color); + title.setTextColor(context.getColor(R.color.qs_detailed_default_text_color)); systemOrAppIcon.setColorFilter(null); expansionIndicator.setColorFilter(null); } |