home_background.xml (1266B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 6 <vector xmlns:android="http://schemas.android.com/apk/res/android" 7 xmlns:aapt="http://schemas.android.com/aapt" 8 android:width="640dp" 9 android:height="360dp" 10 android:viewportWidth="640" 11 android:viewportHeight="360"> 12 <path 13 android:pathData="M640,360V0H0V360H640Z" 14 android:fillType="evenOdd"> 15 <aapt:attr name="android:fillColor"> 16 <gradient 17 android:startY="164.843" 18 android:startX="683.854" 19 android:endY="1028.42" 20 android:endX="469.022" 21 android:type="linear"> 22 <item android:offset="0.015625" android:color="#FF1E1236"/> 23 <item android:offset="0.220059" android:color="#FF332866"/> 24 <item android:offset="0.416448" android:color="#FF4D3A83"/> 25 <item android:offset="0.623772" android:color="#FF3C286A"/> 26 <item android:offset="0.757442" android:color="#FF21163E"/> 27 <item android:offset="0.895833" android:color="#FF1D1133"/> 28 </gradient> 29 </aapt:attr> 30 </path> 31 </vector>