내 타블 레이 아웃 높이는 랩 콘텐츠입니다. 하지만 작동하지 않습니다. 여기에 스크린 샷을 붙여 넣습니다. 휴대 전화에서는 작동하지만 탭에서는 작동하지 않습니다.타블렛에서 타블 레이 아웃 높이가 작동하지 않습니다.
이 문제는 폭하지만 태그 응용 프로그램과 함께도했다 : tabMaxWidth는 = "0dp"나를 도왔다. 어떻게 이것을 극복 할 수 있습니까? 다음은 레이아웃 코드입니다.
<android.support.design.widget.TabLayout
android:id="@+id/tablayout_add"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMaxWidth="0dp"
android:minHeight="0dp"
android:layout_gravity="bottom"
android:layout_below="@+id/relativeLayout"
app:tabGravity="fill"
app:tabBackground="@drawable/tab_color_selector"
app:tabIndicatorColor="@color/sea_green"
app:tabIndicatorHeight="2dp"
app:tabMode="fixed"
android:clickable="false"
/>
감사합니다. @halfer하지만이 링크의 답변을 따르면 완벽하게 작동합니다. https://stackoverflow.com/questions/30843775/tab-not-taking-full-width-on-tablet-device-using-android-support-design-widget – Pousti
방금 수정했습니다. – Pousti