DescriptionIgnore lint error RtlHardcoded for AwZoomControls
The following lint error is reported while building
android_webview_apk can be ignored:
AwZoomControls.java:76 Use "`Gravity.END`" instead of "`Gravity.RIGHT`"
to ensure correct behavior in right-to-left locales: RtlHardcoded [warning]
((FrameLayout.LayoutParams) params).gravity = Gravity.RIGHT;
BUG=None.
Committed: https://crrev.com/21b5e19d993ae5e4b0830789966f75138f58f758
Cr-Commit-Position: refs/heads/master@{#320864}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 10 (3 generated)
|