TapTargetView
TapTargetView copied to clipboard
RtL issue in main view
- [x] I have verified the issue exists on the latest version
- [x] I am able to reproduce it
Version used: 1.13.0
Stack trace:
* What went wrong:
Execution failed for task ':app:lint'.
> Lint found errors in the project; aborting build.
Fix the issues identified by lint, or add the following to your build script to proceed with errors:
...
android {
lintOptions {
abortOnError false
}
}
...
Errors found:
/Users/philipp/coding/TapTargetView/app/src/main/res/layout/activity_main.xml:52: Error: To support older versions than API 17 (project specifies 14) you should also add android:layout_marginRight="16dp" [RtlCompat]
android:layout_marginEnd="16dp"
~~~~~~~~~~~~~~~~~~~~~~~~
Android version:
Run Lint on console ./gradlew lint