TextView 위 아래 에 기본적으로 여백 이 있 습 니 다.

제 Textview 의 높이 는 디자이너 가 준 것 보다 많 습 니 다. textView 는 기본적으로 padding 을 추가 하 는 것 을 발 견 했 습 니 다. 이른바 여백 입 니 다.
"@+id/tv_account"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:gravity="center"
                android:layout_marginTop="-5dp"
                android:includeFontPadding="false"
                android:lineSpacingExtra="0dp"
                android:text="320"
                android:textColor="#ffffff"
                android:textSize="36sp" />

include FontPaddin 은 기본적으로 true 이 고 false 로 바 꾸 었 습 니 다. 바로 위아래 로 여백 을 남기 지 않 지만 위의 여백 은 해결 되 지 않 습 니 다.android: lineSpacingExtra 이 속성 도 해결 할 수 없습니다.
http://stackoverflow.com/questions/10769815/remove-space-between-stacked-textviews 마지막 으로 stackoverflow 에서 찾 은 방안 은 margintop 입 니 다. 우 리 는 평소에 정수 입 니 다. 이해 하기 쉬 운 것 은 Y 의 정방 향 으로 이동 하 는 것 입 니 다. 만약 에 마이너스 방향 이 위로 이동 하면 마지막 에 완벽 하 게 해결 합 니 다.

좋은 웹페이지 즐겨찾기