Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51fe4145 authored by Amin Shaikh's avatar Amin Shaikh Committed by android-build-merger
Browse files

Merge "Fix QS secondary text color." into pi-dev am: 01114c1d

am: e0fa7a49

Change-Id: I832b517b17a46ad3470b623369f53b9482854edb
parents e3261345 e0fa7a49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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);
    }