Merge "Fix QS secondary text color." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-05-14 13:54:24 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 2 deletions

View File

@@ -80,7 +80,7 @@
android:visibility="gone"
android:gravity="center"
android:textAppearance="@style/TextAppearance.QS.TileLabel"
android:textColor="?android:attr/textColorPrimary"/>
android:textColor="?android:attr/textColorSecondary"/>
<View
android:id="@+id/underline"

View File

@@ -91,7 +91,6 @@ public class QSTileView extends QSTileBaseView {
mExpandIndicator = mLabelContainer.findViewById(R.id.expand_indicator);
mExpandSpace = mLabelContainer.findViewById(R.id.expand_space);
mSecondLine = mLabelContainer.findViewById(R.id.app_label);
mSecondLine.setAlpha(.6f);
addView(mLabelContainer);
}