Android TabLayout Android Design

前端 未结 7 996
刺人心
刺人心 2020-11-30 21:39

I\'m trying to get the new TabLayout in the android design library working.

I\'m following this post:

http://android-developers.blogspot.com/2015/05/android

7条回答
  •  我在风中等你
    2020-11-30 22:00

    Add this to the module build.gradle:

    implementation 'com.android.support.constraint:constraint-layout:1.1.3'
    
    implementation 'com.android.support:design:28.0.0'
    

提交回复
热议问题