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

Commit b450537f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[QS] Tweak tooltip color & shown count" into pi-dev

parents 25ebcdb2 b6a915c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        android:alpha="0"
        android:text="@string/quick_settings_header_onboarding_text"
        android:textAppearance="@style/TextAppearance.QS.TileLabel"
        android:textColor="?android:attr/colorAccent"
        android:textColor="?android:attr/textColorSecondary"
        android:visibility="invisible" />

    <LinearLayout
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public class QuickStatusBarHeader extends RelativeLayout implements CommandQueue
    private static final long AUTO_FADE_OUT_DELAY_MS = DateUtils.SECOND_IN_MILLIS * 6;
    private static final int FADE_ANIMATION_DURATION_MS = 300;
    private static final int TOOLTIP_NOT_YET_SHOWN_COUNT = 0;
    public static final int MAX_TOOLTIP_SHOWN_COUNT = 3;
    public static final int MAX_TOOLTIP_SHOWN_COUNT = 2;

    private final Handler mHandler = new Handler();