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

Commit d5de1bd6 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 30505abe: Fix text size in Fake Action Bar. [DO NOT MERGE]

* commit '30505abe':
  Fix text size in Fake Action Bar. [DO NOT MERGE]
parents 8a70bcef 30505abe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ public abstract class CustomBar extends LinearLayout {
                    TypedValue out = new TypedValue();
                    if (ResourceHelper.parseFloatAttribute("textSize", textSize.getValue(), out,
                            true /*requireUnit*/)) {
                        textView.setTextSize(
                        textView.setTextSize(TypedValue.COMPLEX_UNIT_PX,
                                out.getDimension(bridgeContext.getResources().getDisplayMetrics()));
                    }
                }