Fix android_webview_apk lint warnings
commitc44ea28957ee23ef3cf1622a9ef9ed664937b2fc
authorpaulmiller <paulmiller@chromium.org>
Mon, 8 Jun 2015 17:49:42 +0000 (8 10:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 8 Jun 2015 17:50:22 +0000 (8 17:50 +0000)
treed8abe9cba06db995aa2e8955f93e98217b662f14
parentfe338e9e58539ec47d48dfaa965819d7a76dad2e
Fix android_webview_apk lint warnings

The video poster icon is from Honeycomb. The vector asset has been
lost in the sands of time. Replace it with a modern play icon from
www.google.com/design/icons.

Also remove the unused drawable/resource_icon.png.

BUG=241521

Review URL: https://codereview.chromium.org/1159883006

Cr-Commit-Position: refs/heads/master@{#333286}
android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java
android_webview/java/res/drawable-hdpi/ic_media_video_poster.png [deleted file]
android_webview/java/res/drawable-hdpi/ic_play_circle_outline_black_48dp.png [new file with mode: 0644]
android_webview/java/res/drawable-ldpi/ic_media_video_poster.png [deleted file]
android_webview/java/res/drawable-mdpi/ic_media_video_poster.png [deleted file]
android_webview/java/res/drawable-mdpi/ic_play_circle_outline_black_48dp.png [new file with mode: 0644]
android_webview/java/res/drawable-xhdpi/ic_media_video_poster.png [deleted file]
android_webview/java/res/drawable-xhdpi/ic_play_circle_outline_black_48dp.png [new file with mode: 0644]
android_webview/java/res/drawable-xxhdpi/ic_play_circle_outline_black_48dp.png [new file with mode: 0644]
android_webview/java/res/drawable-xxxhdpi/ic_play_circle_outline_black_48dp.png [new file with mode: 0644]
android_webview/test/shell/res/drawable/resource_icon.png [deleted file]