BabushkaText icon indicating copy to clipboard operation
BabushkaText copied to clipboard

修改了 DEFAULT_ABSOLUTE_TEXT_SIZE 静态变态对别的textview的影响

Open Aarthas opened this issue 9 years ago • 0 comments

if (aPiece.textSize==0)

  •    {
    
  •        aPiece.textSize = DEFAULT_ABSOLUTE_TEXT_SIZE;
    
  •    }
    
  •    finalString.setSpan(new AbsoluteSizeSpan(aPiece.textSize), start, end, Spannable
    
  •            .SPAN_EXCLUSIVE_EXCLUSIVE);
    

Aarthas avatar Feb 03 '16 03:02 Aarthas