Button btn = (Button)findViewById(R.id.btn);
int h = btn.getHeight();

이렇게 하면 왜 getHeight()가 0인가요?
원래 버튼은 높이를 못가져오나요?
버튼 높이를 가져와서 쓸일이 있는데...