Reformat XML resources.

This commit is contained in:
Andreas Schildbach 2021-01-21 21:04:40 +01:00
parent 4a6b23d2f8
commit d988141528
196 changed files with 1051 additions and 795 deletions

View file

@ -10,11 +10,15 @@
<stop offset="100%" style="stop-color:#40a33f" /> <stop offset="100%" style="stop-color:#40a33f" />
</linearGradient> </linearGradient>
<filter id="background-shadow"> <filter id="background-shadow">
<feOffset result="offsetOut" in="SourceGraphic" dx="0" dy="32" /> <feOffset
<feColorMatrix result="matrixOut" in="offsetOut" type="matrix" result="offsetOut" in="SourceGraphic" dx="0" dy="32" />
<feColorMatrix
result="matrixOut" in="offsetOut" type="matrix"
values="0.15 0 0 0 0 0 0.15 0 0 0 0 0 0.15 0 0 0 0 0 1 0" /> values="0.15 0 0 0 0 0 0.15 0 0 0 0 0 0.15 0 0 0 0 0 1 0" />
<feGaussianBlur result="blurOut" in="matrixOut" stdDeviation="32" /> <feGaussianBlur
<feBlend in="SourceGraphic" in2="blurOut" mode="normal" /> result="blurOut" in="matrixOut" stdDeviation="32" />
<feBlend
in="SourceGraphic" in2="blurOut" mode="normal" />
</filter> </filter>
</defs> </defs>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

@ -10,11 +10,15 @@
<stop offset="100%" style="stop-color:#40a33f" /> <stop offset="100%" style="stop-color:#40a33f" />
</linearGradient> </linearGradient>
<filter id="background-shadow"> <filter id="background-shadow">
<feOffset result="offsetOut" in="SourceGraphic" dx="0" dy="32" /> <feOffset
<feColorMatrix result="matrixOut" in="offsetOut" type="matrix" result="offsetOut" in="SourceGraphic" dx="0" dy="32" />
<feColorMatrix
result="matrixOut" in="offsetOut" type="matrix"
values="0.15 0 0 0 0 0 0.15 0 0 0 0 0 0.15 0 0 0 0 0 1 0" /> values="0.15 0 0 0 0 0 0.15 0 0 0 0 0 0.15 0 0 0 0 0 1 0" />
<feGaussianBlur result="blurOut" in="matrixOut" stdDeviation="32" /> <feGaussianBlur
<feBlend in="SourceGraphic" in2="blurOut" mode="normal" /> result="blurOut" in="matrixOut" stdDeviation="32" />
<feBlend
in="SourceGraphic" in2="blurOut" mode="normal" />
</filter> </filter>
</defs> </defs>
@ -25,18 +29,23 @@
<!-- plan --> <!-- plan -->
<g transform="scale(0.93) translate(42,42)"> <g transform="scale(0.93) translate(42,42)">
<!-- upper horizontal line --> <!-- upper horizontal line -->
<path style="fill:#40a33f" <path
style="fill:#40a33f"
d="M 149.625 420 C 143.11709 445.71106 139.24323 472.47699 138.375 500 L 885.625 500 C 884.75677 472.47699 880.88291 445.71106 874.375 420 L 149.625 420 z " /> d="M 149.625 420 C 143.11709 445.71106 139.24323 472.47699 138.375 500 L 885.625 500 C 884.75677 472.47699 880.88291 445.71106 874.375 420 L 149.625 420 z " />
<!-- lower horizontal line --> <!-- lower horizontal line -->
<path style="fill:#307a2f" <path
style="fill:#307a2f"
d="M 138.5625 524 C 139.43073 551.52288 143.30196 578.29012 149.8125 604 L 874.1875 604 C 880.69804 578.29012 884.56927 551.52288 885.4375 524 L 138.5625 524 z " /> d="M 138.5625 524 C 139.43073 551.52288 143.30196 578.29012 149.8125 604 L 874.1875 604 C 880.69804 578.29012 884.56927 551.52288 885.4375 524 L 138.5625 524 z " />
<!-- vertical line --> <!-- vertical line -->
<path style="fill:#40a33f" <path
style="fill:#40a33f"
d="M 512 138.21875 C 498.48498 138.21875 485.14397 138.94519 472 140.34375 L 472 724.84375 L 552 724.84375 L 552 140.34375 C 538.85603 138.94519 525.51502 138.21875 512 138.21875 z " /> d="M 512 138.21875 C 498.48498 138.21875 485.14397 138.94519 472 140.34375 L 472 724.84375 L 552 724.84375 L 552 140.34375 C 538.85603 138.94519 525.51502 138.21875 512 138.21875 z " />
<path style="fill:#40a33f" <path
style="fill:#40a33f"
d="M 495.28125 668.3125 L 327 836.59375 C 351.809 850.76368 378.39123 862.17957 406.34375 870.40625 L 551.84375 724.90625 L 495.28125 668.3125 z " /> d="M 495.28125 668.3125 L 327 836.59375 C 351.809 850.76368 378.39123 862.17957 406.34375 870.40625 L 551.84375 724.90625 L 495.28125 668.3125 z " />
<!-- stop --> <!-- stop -->
<rect style="fill:#40a33f" width="140" height="80" x="550.36188" y="210" /> <rect
style="fill:#40a33f" width="140" height="80" x="550.36188" y="210" />
<!-- station --> <!-- station -->
<rect <rect
style="fill:#ffffff;stroke:#2a6b29;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4" style="fill:#ffffff;stroke:#2a6b29;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4"

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Before After
Before After

View file

@ -10,11 +10,15 @@
<stop offset="100%" style="stop-color:#40a33f" /> <stop offset="100%" style="stop-color:#40a33f" />
</linearGradient> </linearGradient>
<filter id="background-shadow"> <filter id="background-shadow">
<feOffset result="offsetOut" in="SourceGraphic" dx="0" dy="32" /> <feOffset
<feColorMatrix result="matrixOut" in="offsetOut" type="matrix" result="offsetOut" in="SourceGraphic" dx="0" dy="32" />
<feColorMatrix
result="matrixOut" in="offsetOut" type="matrix"
values="0.15 0 0 0 0 0 0.15 0 0 0 0 0 0.15 0 0 0 0 0 1 0" /> values="0.15 0 0 0 0 0 0.15 0 0 0 0 0 0.15 0 0 0 0 0 1 0" />
<feGaussianBlur result="blurOut" in="matrixOut" stdDeviation="32" /> <feGaussianBlur
<feBlend in="SourceGraphic" in2="blurOut" mode="normal" /> result="blurOut" in="matrixOut" stdDeviation="32" />
<feBlend
in="SourceGraphic" in2="blurOut" mode="normal" />
</filter> </filter>
</defs> </defs>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" > <set
xmlns:android="http://schemas.android.com/apk/res/android">
<translate <translate
android:duration="@android:integer/config_longAnimTime" android:duration="@android:integer/config_longAnimTime"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" > <set
xmlns:android="http://schemas.android.com/apk/res/android">
<translate <translate
android:duration="@android:integer/config_longAnimTime" android:duration="@android:integer/config_longAnimTime"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" > <set
xmlns:android="http://schemas.android.com/apk/res/android">
<translate <translate
android:duration="@android:integer/config_longAnimTime" android:duration="@android:integer/config_longAnimTime"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" > <set
xmlns:android="http://schemas.android.com/apk/res/android">
<translate <translate
android:duration="@android:integer/config_longAnimTime" android:duration="@android:integer/config_longAnimTime"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" > <set
xmlns:android="http://schemas.android.com/apk/res/android">
<scale <scale
android:duration="@android:integer/config_shortAnimTime" android:duration="@android:integer/config_shortAnimTime"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" > <set
xmlns:android="http://schemas.android.com/apk/res/android">
<scale <scale
android:duration="@android:integer/config_shortAnimTime" android:duration="@android:integer/config_shortAnimTime"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" <set
xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/linear_interpolator"> android:interpolator="@android:anim/linear_interpolator">
<rotate <rotate

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" > <set
xmlns:android="http://schemas.android.com/apk/res/android">
<alpha <alpha
android:duration="1000" android:duration="1000"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" <set
xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:interpolator/accelerate_quad"> android:interpolator="@android:interpolator/accelerate_quad">
<!-- Beat --> <!-- Beat -->

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="18dp" android:width="18dp"
android:height="18dp" android:height="18dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,7 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp" android:height="24dp"
android:width="24dp" android:width="24dp"
android:viewportWidth="24" android:viewportWidth="24"
android:viewportHeight="24"> android:viewportHeight="24">
<path android:fillColor="#FF757575" android:pathData="M5,6H23V18H5V6M14,9A3,3 0 0,1 17,12A3,3 0 0,1 14,15A3,3 0 0,1 11,12A3,3 0 0,1 14,9M9,8A2,2 0 0,1 7,10V14A2,2 0 0,1 9,16H19A2,2 0 0,1 21,14V10A2,2 0 0,1 19,8H9M1,10H3V20H19V22H1V10Z" /> <path
android:fillColor="#FF757575"
android:pathData="M5,6H23V18H5V6M14,9A3,3 0 0,1 17,12A3,3 0 0,1 14,15A3,3 0 0,1 11,12A3,3 0 0,1 14,9M9,8A2,2 0 0,1 7,10V14A2,2 0 0,1 9,16H19A2,2 0 0,1 21,14V10A2,2 0 0,1 19,8H9M1,10H3V20H19V22H1V10Z" />
</vector> </vector>

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="18dp" android:width="18dp"
android:height="18dp" android:height="18dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp" android:height="24dp"
android:viewportHeight="24" android:viewportHeight="24"
android:viewportWidth="24" android:viewportWidth="24"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="36dp" android:height="36dp"
android:viewportHeight="1088" android:viewportHeight="1088"
android:viewportWidth="1088" android:viewportWidth="1088"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="72dp" android:height="72dp"
android:viewportHeight="1088" android:viewportHeight="1088"
android:viewportWidth="1088" android:viewportWidth="1088"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="36dp" android:height="36dp"
android:viewportHeight="1088" android:viewportHeight="1088"
android:viewportWidth="1088" android:viewportWidth="1088"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="36dp" android:height="36dp"
android:viewportHeight="1088" android:viewportHeight="1088"
android:viewportWidth="1088" android:viewportWidth="1088"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="18dp" android:width="18dp"
android:height="18dp" android:height="18dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,4 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" <?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="780" android:viewportHeight="780"
android:viewportWidth="780" android:viewportWidth="780"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="724.0552" android:viewportHeight="724.0552"
android:viewportWidth="724.0552" android:viewportWidth="724.0552"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="744.0945" android:viewportHeight="744.0945"
android:viewportWidth="744.0945" android:viewportWidth="744.0945"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="61.2" android:viewportHeight="61.2"
android:viewportWidth="61.2" android:viewportWidth="61.2"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="158.079" android:viewportHeight="158.079"
android:viewportWidth="158.079" android:viewportWidth="158.079"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="168.0354" android:viewportHeight="168.0354"
android:viewportWidth="168.0354" android:viewportWidth="168.0354"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="157" android:viewportHeight="157"
android:viewportWidth="157" android:viewportWidth="157"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="341.3282" android:viewportHeight="341.3282"
android:viewportWidth="341.3282" android:viewportWidth="341.3282"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="274" android:viewportHeight="274"
android:viewportWidth="274" android:viewportWidth="274"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="127.8" android:viewportHeight="127.8"
android:viewportWidth="127.8" android:viewportWidth="127.8"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="48dp" android:height="48dp"
android:viewportHeight="137" android:viewportHeight="137"
android:viewportWidth="137" android:viewportWidth="137"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="22dp" android:height="22dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="22dp" android:height="22dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="22dp" android:height="22dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="22dp" android:height="22dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="500" android:viewportHeight="500"
android:viewportWidth="500" android:viewportWidth="500"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="22dp" android:height="22dp"
android:viewportHeight="2200" android:viewportHeight="2200"
android:viewportWidth="2200" android:viewportWidth="2200"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="2200" android:viewportHeight="2200"
android:viewportWidth="2200" android:viewportWidth="2200"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="2200" android:viewportHeight="2200"
android:viewportWidth="2200" android:viewportWidth="2200"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="22dp" android:height="22dp"
android:viewportHeight="353" android:viewportHeight="353"
android:viewportWidth="353" android:viewportWidth="353"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="353" android:viewportHeight="353"
android:viewportWidth="353" android:viewportWidth="353"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="353" android:viewportHeight="353"
android:viewportWidth="353" android:viewportWidth="353"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="22dp" android:height="22dp"
android:viewportHeight="378.32739" android:viewportHeight="378.32739"
android:viewportWidth="377.93851" android:viewportWidth="377.93851"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="378.32739" android:viewportHeight="378.32739"
android:viewportWidth="377.93851" android:viewportWidth="377.93851"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="378.32739" android:viewportHeight="378.32739"
android:viewportWidth="377.93851" android:viewportWidth="377.93851"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="22dp" android:height="22dp"
android:viewportHeight="173.43799" android:viewportHeight="173.43799"
android:viewportWidth="173.45215" android:viewportWidth="173.45215"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="173.43799" android:viewportHeight="173.43799"
android:viewportWidth="173.45215" android:viewportWidth="173.45215"

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" <vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:height="32dp" android:height="32dp"
android:viewportHeight="173.43799" android:viewportHeight="173.43799"
android:viewportWidth="173.45215" android:viewportWidth="173.45215"

Some files were not shown because too many files have changed in this diff Show more