JAVA/Android
[안드로이드] 같은 균등 Width 분할
네코냥이
2014. 7. 2. 17:55
android - Set two buttons to same width regardless of screen size_ - Stack Overflow.pdf
weight 속성은, 남은 width에서 가져온다.
그래서 뷰의 width=0으로 고정해줘야만, 길이가 균등분배된다.
아니면 해당 뷰들의 width가 동일해도 좋다.