[TIP]Android Layout dividing programmatically
Notepad96
·2022. 2. 15. 09:16
300x250
Android Layout dividing programmatically - 텍스트뷰, 버튼 등 동적 추가 시 width 나누기
# resources.displayMetrics.widthPixels을 사용하여 기기의 가로값을 가져와 이를 나눔으로써 특정 비율대로 길이를 나눌 수 있다.
textView01서는 기기 가로의 1/4곱하며, textView02를 3/4곱함으로써 1:3 비율로 나눈다.
(linearLayout : orientation='horizontal'인 LinearLayout)
300x250
'Android > TIP' 카테고리의 다른 글
[TIP] Android Transparent - 투명색 (0) | 2022.02.19 |
---|---|
[TIP] Andrid Button cannot lower case text - 소문자 입력하기 (0) | 2022.02.18 |
[TIP] Android Layout 나누기, 분할하기 (0) | 2022.02.14 |
[TIP] Android Style Background 꾸미기 - 테두리, 모서리 둥글게 등 (0) | 2022.02.11 |
[TIP] Android Button Background color not working (0) | 2022.02.09 |