1

내 문제는 다음과 같습니다.프래그먼트가 선형 레이아웃의 단편을로드 할 때

속성 "가중치"가있는 선형 레이아웃을 사용하여 다른 단편을로드하는 단편이 있습니다.

<LinearLayout 
    android:id="@+id/linear" 
    android:layout_width="match_parent" 
    android:layout_weight="8" 
    android:orientation="horizontal" 
    android:layout_height="0dp"> 
</LinearLayout> 

그러나 조각이로드 될 때 속성 가중치가 적용되지 않습니다.

inflater.inflate(R.layout.activity, container, false); 

내가 무엇을 할 수 내 두 번째 조각에서 나는 그래서 같은 전망이?

+0

무게는 조각을 포함하는 프레임 레이 아웃에 적용되어야한다고 생각합니다. –

답변

0

방향을 가로에서 세로로 변경하면이 코드가 작동합니다.