最新回答 / 慕粉3896002
top2的最外圍的RelativeLayoutlayout_height屬性改為android:layout_height="wrap_content"(PS:如果是match_parent,會把tab覆蓋掉)
2015-11-03
最新回答 / 少年0123
<android.support.v4.view.ViewPager ? ?android:id="@+id/pager" ? ?android:layout_width="match_parent" ? ?android:layout_height="match_parent"></android.support.v4.view.ViewPager>
2015-05-31