xuxinyi 9 tháng trước cách đây
mục cha
commit
7171a0d784
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app/src/main/java/com/aplid/calculation/MainActivity.kt

+ 2 - 0
app/src/main/java/com/aplid/calculation/MainActivity.kt

@@ -17,6 +17,8 @@ class MainActivity : AppCompatActivity() {
         moveTextView = findViewById(R.id.move)
     }
 
+
+
     // 处理触摸事件
     override fun onTouchEvent(event: MotionEvent): Boolean {
         when (event.action) {