Commit Graph
4 Commits
Author SHA1 Message Date
samartnik 1daa5b9a8a [Android] Fixed lint errors
Fixes errors like
../../chrome/android/java/res/layout/binance_deposit_layout.xml:39: Error: Must use app:tint instead of android:tint [UseAppTint]
           android:tint="@android:color/white"

Chromium change:
https://chromium.googlesource.com/chromium/src/+/33026f0b97add89f468693c385db94d821e55b6e

Android: Enable custom lint checks from aars (reland)

Some aar files (e.g. androidx) that chrome depends on contain a lint.jar
file and/or a annotations.zip file. The lint.jar file includes custom
android lint checks. The annotations.zip file contains @IntDef and other
annotations needed for lint checks that are usually available by source
but are not available in aars.

By using these files, we can make our existing lint checks more
comprehensive as well as benefit from lint checks by the aar library
authors.

See newly ignored checks in lint-baseline.xml which is updated in this
CL as an example. Actually fixing these errors is left for future CLs
in order to enable them quicker and avoid unnecessary relands.

Original CL: https://crrev.com/c/2510793

Fixed:
- Avoid ../../ prefix in temporary extraction of aar files.

Tbr: Reland with trivial fix.
Bug: 1078229
2021-01-05 21:27:43 -05:00
Deep 39c911e805 Update UI for different devices 2020-08-11 14:41:48 -04:00
Deep 60437c3e74 Update UI with highlight view
Update existing UI accordingly
2020-07-30 03:28:16 -04:00
Deep a624f40dfa Add highlighted view
Update code for highlighted view
2020-07-30 03:25:59 -04:00