AnyLifeZLB / ScrollTextView

Android ScrollTextView. You can use it in advisement player,TV news show or airport metro information public system App. 🇨🇳Android 滚动字幕跑马灯,可是使用在广告机设备,电视广告位或其他在机场,地铁使用的信息发布系统App使用
548 stars 109 forks source link

我这边测试时,文字内容设置过大时,字体边缘就有锯齿的情况了。 #31

Closed LyhAndroid closed 2 years ago

LyhAndroid commented 2 years ago

在构造器里加入这个就好多了 // 消除边缘锯齿 paint.setFlags(Paint.ANTI_ALIAS_FLAG); paint.setAntiAlias(true); paint.setFilterBitmap(true);

AnyLifeZLB commented 2 years ago

Gooooood ,安排加上了