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

Commit 983c4771 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am 57caa12a: am 1b332dbf: Merge "Add TextView textSize as a ViewDebug for...

am 57caa12a: am 1b332dbf: Merge "Add TextView textSize as a ViewDebug for hierarchyviewer" into jb-dev

* commit '57caa12a':
  Add TextView textSize as a ViewDebug for hierarchyviewer
parents e6b4e655 57caa12a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2148,6 +2148,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
    /**
     * @return the size (in pixels) of the default text size in this TextView.
     */
    @ViewDebug.ExportedProperty(category = "text")
    public float getTextSize() {
        return mTextPaint.getTextSize();
    }