Calculator won't allow me to type 0.1 or something of this kind

后端 未结 0 1428
执念已碎
执念已碎 2020-12-02 05:21
fun numberClick(view: View) {
       if (view is TextView) {

           val number: String = view.text.toString()
           var result: String = resultTextView.tex         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题