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

Commit 0abcf0db authored by Dhina17's avatar Dhina17
Browse files

SystemUI: Match keyguard carrier text font with system

- TextAppearance.Status.Clock is the one used in xml layout.

Change-Id: Ib082eda9f58eacf9a143f5bde96783a2e1077ebc
parent fc480596
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ public class KeyguardStatusBarView extends RelativeLayout {
    /** Should only be called from {@link KeyguardStatusBarViewController}. */
    void onOverlayChanged() {
        int theme = Utils.getThemeAttr(mContext, com.android.internal.R.attr.textAppearanceSmall);
        mCarrierLabel.setTextAppearance(theme);
        mCarrierLabel.setTextAppearance(R.style.TextAppearance_StatusBar_Clock);
        mBatteryView.updatePercentView();

        TextView userSwitcherName = mUserSwitcherContainer.findViewById(R.id.current_user_name);