A Small Question Left Here

When design TextSize,we simply use two ways.

The first is like the following:

android:textSize="45sp"

And the second is like this:

android:textAppearance="?android:textAppearanceLarge"


BUT what will happen if we use two ways at the same time?

It's here:

A Small Question Left Here_第1张图片

AND the result will only be that "45sp" but ignore the last line.


Well,it's fine,isn't it?

你可能感兴趣的:(A Small Question Left Here)