Skip to content

Commit

Permalink
1、删除测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Oct 17, 2023
1 parent 3d485fd commit 5fb3d98
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,10 @@ import com.flyjingfish.formattextview.*
import kotlinx.android.synthetic.main.activity_main.*

class DemoActivity : AppCompatActivity() {
var wh :FloatArray?=null
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_demo)

val w = (wh?.get(0)?.toInt() ?: 0)

Log.e("DemoActivity","width="+w)

text1.setFormatText(R.string.xieyi,
FormatText().apply {
textSize = 22f
Expand Down

0 comments on commit 5fb3d98

Please sign in to comment.