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

Commit 0c11a273 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android Git Automerger
Browse files

am b613028e: am 91ac3dc0: Merge "Use the same width as the TextView created...

am b613028e: am 91ac3dc0: Merge "Use the same width as the TextView created layout." into honeycomb-mr1

* commit 'b613028e':
  Use the same width as the TextView created layout.
parents abc093d4 b613028e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -415,7 +415,7 @@ import junit.framework.Assert;
            }
            CharSequence text = getText();
            // Copy from the existing Layout.
            mLayout = new WebTextViewLayout(text, text, getPaint(), w,
            mLayout = new WebTextViewLayout(text, text, getPaint(), mLayout.getWidth(),
                    mLayout.getAlignment(), mLayout.getSpacingMultiplier(),
                    mLayout.getSpacingAdd(), false, null, ellipsisWidth,
                    lineHeight);