Coordinatorlayout Is Not Visible In Design View
Say I have a fragment:
Solution 1:
change gradle setting as follow->
compileSdkVersion 28
targetSdkVersion 28
change dependencies as follow->
implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'
implementation 'com.android.support:support-v4:28.0.0-alpha1'
implementation 'com.android.support:design:28.0.0-alpha1'
implementation 'com.android.support:recyclerview-v7:28.0.0-alpha1'
Post a Comment for "Coordinatorlayout Is Not Visible In Design View"