what's my mistake in android studio setX func?

后端 未结 0 452
陌清茗
陌清茗 2020-12-19 08:02

i have this simoly code whicm must set cord x to my image, but it crashed ImageView s = findViewById(R.id.ball1);

public void setX(int x)
{
    x=150;
   s.se         


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