문제

I have a LinearLayout, which has width that exceeds window size. If I translate it using setTranslation() function it shows the view as clipped. Is there a way to show it in a proper way (wholly)?

올바른 솔루션이 없습니다

다른 팁

Set in xml the width of the linearLayout to match_parent.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top