有人可以帮忙吗?每当我将以下代码复制并粘贴到activity_main.xml
中时,我的应用程序就会停止运行<samples.exoguru.materialtabs.SlidingTabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:elevation="2dp"
android:background="@color/ColorPrimary"/>
我是从this source复制的。
答案 0 :(得分:0)
您必须使用 android.support.design
中的 TabLayout更多详情 - https://developer.android.com/reference/android/support/design/widget/TabLayout.html
或者这篇文章 - https://guides.codepath.com/android/Google-Play-Style-Tabs-using-TabLayout