Fix some android studio lint warnings

This commit is contained in:
Fredrik Fornwall
2017-03-06 01:47:08 +01:00
parent f74a091be6
commit f60316835f
3 changed files with 9 additions and 10 deletions

View File

@@ -9,8 +9,7 @@
- If adding text, use large font sizes.
- Your graphic may be displayed alone without the app icon.
-->
<svg xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
<svg xmlns="http://www.w3.org/2000/svg"
version="1.1"
viewBox="0 0 1024 500">

Before

Width:  |  Height:  |  Size: 1006 B

After

Width:  |  Height:  |  Size: 962 B

View File

@@ -7,8 +7,7 @@
- Text must be included in the image. If your app is available in more
than one language, you must provide versions of the banner image for each supported language.
-->
<svg xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
<svg xmlns="http://www.w3.org/2000/svg"
version="1.1"
viewBox="0 0 1280 720">

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 736 B