The Wayback Machine - http://web.archive.org/web/20201022205606/https://github.com/KeepSafe/TapTargetView/issues/360
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RtL issue in main view #360

Open
philippb opened this issue Sep 3, 2019 · 0 comments
Open

RtL issue in main view #360

philippb opened this issue Sep 3, 2019 · 0 comments
Labels

Comments

@philippb
Copy link
Contributor

@philippb philippb commented Sep 3, 2019

  • I have verified the issue exists on the latest version
  • 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 philippb added the enhancement label Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.