Skip to content

Commit b555376

Browse files
committed
see 01/13 log
1 parent 04c62e1 commit b555376

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/src/main/java/com/blankj/androidutilcode/feature/core/span/SpanActivity.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ public class SpanActivity extends BaseBackActivity {
6161
float density;
6262
TextView tvAboutSpan;
6363
TextView tvAboutAnimRainbow;
64-
TextView tvAboutSpan1;
65-
TextView tvAboutAnimRainbow1;
6664

6765
public static void start(Context context) {
6866
Intent starter = new Intent(context, SpanActivity.class);
@@ -143,7 +141,7 @@ public void updateDrawState(TextPaint ds) {
143141
getResources().getIntArray(R.array.rainbow),
144142
null,
145143
Shader.TileMode.REPEAT)).setFontSize(64, true)
146-
.appendLine("图片着色").setFontSize(64, true).setShader(new BitmapShader(BitmapFactory.decodeResource(getResources(), R.drawable.cheetah),
144+
.appendLine("图片着色").setFontSize(64, true).setShader(new BitmapShader(BitmapFactory.decodeResource(getResources(), R.drawable.span_cheetah),
147145
Shader.TileMode.REPEAT,
148146
Shader.TileMode.REPEAT))
149147
.appendLine("阴影效果").setFontSize(64, true).setBackgroundColor(Color.BLACK).setShadow(24, 8, 8, Color.WHITE)
36.1 KB
Loading

0 commit comments

Comments
 (0)