android:layout_x="100px", android:layout_y="100px"의 값을 자바코드를 이용해서 변경하고 싶은데요 어떻게 접근해서 변경해야 할까요?
TextView 객체를 findViewById 로 가져와서layout() 메소드를 이용해서 변경해 주시면 됩니다.인자가 네개가 들어가는데 left, top, right, bottom 순서일 거에요..
로그인 유지
TextView 객체를 findViewById 로 가져와서
layout() 메소드를 이용해서 변경해 주시면 됩니다.
인자가 네개가 들어가는데 left, top, right, bottom 순서일 거에요..