Chromium Code Reviews
DescriptionRemove unused code that is causing lint warnings
A number of unused variables are causing lint errors - removing these
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
chrome/android/java/res/values/colors.xml:12 The resource `R.color.input_underline_color` appears to be unused: UnusedResources [warning]
<color name="input_underline_color">#e5e5e5</color>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
chrome/android/java/res/values/colors.xml:113 The resource `R.color.snippets_background_color` appears to be unused: UnusedResources [warning]
<color name="snippets_background_color">#fff</color>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
chrome/android/java/res/values/dimens.xml:225 The resource `R.dimen.toolbar_elevation` appears to be unused: UnusedResources [warning]
<dimen name="toolbar_elevation">2dp</dimen>
~~~~~~~~~~~~~~~~~~~~~~~~
chrome/android/java/res/values/dimens.xml:295 The resource `R.dimen.snippets_card_elevation` appears to be unused: UnusedResources [warning]
<dimen name="snippets_card_elevation">2dp</dimen>
Modify the vertical offset to use the correct value
https://codereview.chromium.org/2020403003
BUG=626655
Committed: https://crrev.com/8448997bb54bba94e8999f0af995b2d06bae2818
Cr-Commit-Position: refs/heads/master@{#404397}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Changes #
Messages
Total messages: 14 (6 generated)
|
|||||||||||||||||||||||||||||||||||||