-
Notifications
You must be signed in to change notification settings - Fork 275
Home
Faruk Toptaş edited this page Jun 14, 2019
·
6 revisions
Add this in your root build.gradle
file (not your module build.gradle
file):
Then, add the library to your module build.gradle
dependencies {
implementation 'me.toptas.fancyshowcase:fancyshowcaseview:LATEST.RELEASE.VERSION'
}
NOTE: .fitSystemWindows(true)
MUST be added to builder parameters if your root view has android:fitsSystemWindows="true"