mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Fix some android studio lint warnings
This commit is contained in:
parent
f74a091be6
commit
f60316835f
3 changed files with 9 additions and 10 deletions
|
|
@ -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: 1,006 B After Width: | Height: | Size: 962 B |
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue