TapTargetView icon indicating copy to clipboard operation
TapTargetView copied to clipboard

RtL issue in main view

Open philippb opened this issue 5 years ago • 0 comments

  • [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

philippb avatar Sep 03 '19 21:09 philippb