Merge "Don't use gradient on game icon" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
a51dbda452
@@ -15,23 +15,12 @@
|
||||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt" xmlns:tools="http://schemas.android.com/tools"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:width="20dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path android:pathData="M179,806Q107,806 67.5,750.5Q28,695 37,628L77,331Q87.11,254.39 145.34,204.2Q203.57,154 281,154L679,154Q756.03,154 813.96,204.2Q871.89,254.39 883,331L923,628Q932,696 891,751Q850,806 781.83,806Q754.05,806 727.03,794.5Q700,783 680,763L599.97,685L361,685L282,763Q262.5,783 235,794.5Q207.5,806 179,806ZM186,667L304,549L658,549L775,666.98Q776,668 783,670Q786.13,670 789.06,666.38Q792,662.77 792,659.57L748,349Q744,325 725.25,307.5Q706.51,290 680.94,290L281,290Q256.27,290 236.64,307.5Q217,325 215,349L171,659.57Q171,662.77 172.5,666.38Q174,670 178,670Q178,670 186,667ZM677.5,516Q695.4,516 707.7,503.61Q720,491.22 720,472.91Q720,454.6 707.64,442.3Q695.28,430 677,430Q659.6,430 646.8,442.39Q634,454.78 634,473.09Q634,491.4 646.8,503.7Q659.6,516 677.5,516ZM606.09,407Q624.4,407 636.7,394.35Q649,381.7 649,363Q649,345.6 636.61,332.8Q624.22,320 605.91,320Q587.6,320 575.3,332.8Q563,345.6 563,363.5Q563,381.4 575.39,394.2Q587.78,407 606.09,407ZM481,480Q481,480 481,480Q481,480 481,480Q481,480 481,480Q481,480 481,480L481,480Q481,480 481,480Q481,480 481,480L481,480Q481,480 481,480Q481,480 481,480L481,480Q481,480 481,480Q481,480 481,480Q481,480 481,480Q481,480 481,480L481,480L481,480ZM306,452L306,481Q306,495.3 315.38,504.65Q324.77,514 339.12,514Q353.47,514 363.23,504.65Q373,495.3 373,481L373,452L401,452Q415.73,452 425.37,442.62Q435,433.23 435,418.88Q435,404.53 425.37,395.27Q415.73,386 401,386L373,386L373,357Q373,342.7 363.42,333.35Q353.84,324 339.19,324Q324.53,324 315.27,333.35Q306,342.7 306,357L306,386L276,386Q261.7,386 252.35,395.38Q243,404.77 243,419.12Q243,433.47 252.35,442.73Q261.7,452 276,452L306,452Z">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:type="linear"
|
||||
android:startX="0"
|
||||
android:startY="0"
|
||||
android:endX="960"
|
||||
android:endY="960">
|
||||
<item android:offset="0.0" android:color="#FF0000FF"/>
|
||||
<item android:offset="1.0" android:color="#FFFF0000"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M188,720Q144,720 116.5,686.5Q89,653 97,610L154,313Q162,271 194.85,243.5Q227.7,216 272,216L688,216Q732.3,216 765.15,243.5Q798,271 806,314L863,611Q871,654 843,687Q815,720 771,720Q755,720 740,715.5Q725,711 714,700L619,624L341,624L246,700Q235,711 219.5,715.5Q204,720 188,720ZM201,644L315,552L645,552L759,644Q760,645 771,649Q781,649 787.5,641.5Q794,634 792,624L735,327Q732,310 718.5,299Q705,288 688,288L272,288Q255,288 241.5,299Q228,310 225,327L168,624Q166,634 172,641.5Q178,649 187,649Q190,649 201,644ZM659.79,504Q675,504 685.5,493.71Q696,483.42 696,468.21Q696,453 685.71,442.5Q675.42,432 660.21,432Q645,432 634.5,442.29Q624,452.58 624,467.79Q624,483 634.29,493.5Q644.58,504 659.79,504ZM587.79,408Q603,408 613.5,397.71Q624,387.42 624,372.21Q624,357 613.71,346.5Q603.42,336 588.21,336Q573,336 562.5,346.29Q552,356.58 552,371.79Q552,387 562.29,397.5Q572.58,408 587.79,408ZM336,504L384,504L384,444L444,444L444,396L384,396L384,336L336,336L336,396L276,396L276,444L336,444L336,504ZM481,480Q481,480 481,480Q481,480 481,480Q481,480 481,480Q481,480 481,480L481,480Q481,480 481,480Q481,480 481,480L481,480Q481,480 481,480Q481,480 481,480L481,480Q481,480 481,480Q481,480 481,480Q481,480 481,480Q481,480 481,480L481,480L481,480Z"/>
|
||||
</vector>
|
||||
|
||||
Reference in New Issue
Block a user