New issue
Advanced search Search tips

Issue 737253 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Lint warning: OptionSection#OptionRow.class Call requires API level 21 (current min is 16)

Project Member Reported by dfalcant...@chromium.org, Jun 27 2017

Issue description

org/chromium/chrome/browser/payments/ui/PaymentRequestSection$OptionSection$OptionRow.class Call requires API level 21 (current min is 16): `android.widget.GridLayout#spec`: NewApi [warning]

GridLayout.LayoutParams labelParams =
        new GridLayout.LayoutParams(GridLayout.spec(rowIndex, 1, GridLayout.CENTER),
                GridLayout.spec(columnStart, columnSpan, GridLayout.FILL, 1f));

The last call to GridLayout.spec doesn't exist before L.  Not sure what it'll do before L.
 
Description: Show this description
Status: WontFix (was: Assigned)
Bah, just kidding.  Eclipse nuked the support import in my local build.  Sorry for the noise.

Sign in to add a comment