new adaptive launcher icon
This commit is contained in:
parent
cf3d73bf71
commit
3cbe905098
33 changed files with 1874 additions and 1 deletions
27
app/src/main/res/drawable-v24/ic_launcher_background.xml
Normal file
27
app/src/main/res/drawable-v24/ic_launcher_background.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:aapt="http://schemas.android.com/aapt"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="574"
|
||||
android:viewportHeight="574">
|
||||
<group android:scaleX="1.02"
|
||||
android:scaleY="1.02"
|
||||
android:translateX="-5.74"
|
||||
android:translateY="-5.74">
|
||||
<path
|
||||
android:pathData="M-18,-9h596v592H-18Z"
|
||||
android:fillType="evenOdd">
|
||||
<aapt:attr name="android:fillColor">
|
||||
<gradient
|
||||
android:startX="280"
|
||||
android:startY="585"
|
||||
android:endX="280"
|
||||
android:endY="-11"
|
||||
android:type="linear">
|
||||
<item android:offset="0" android:color="#FF272727"/>
|
||||
<item android:offset="1" android:color="#FF161924"/>
|
||||
</gradient>
|
||||
</aapt:attr>
|
||||
</path>
|
||||
</group>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue