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

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

am 04b4f8d1: Merge "Set default text style in layoutlib as NORMAL [DO NOT MERGE]" into jb-mr2-dev

* commit '04b4f8d1':
  Set default text style in layoutlib as NORMAL [DO NOT MERGE]
parents 87e14187 04b4f8d1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -103,6 +103,9 @@ public final class Typeface_Delegate {
        if (familyName == null) {
            familyName = DEFAULT_FAMILY;
        }
        if (style < 0) {
            style = Typeface.NORMAL;
        }

        Typeface_Delegate newDelegate = new Typeface_Delegate(familyName, style);
        if (sFontLoader != null) {