tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

home_background.xml (1267B)


      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="360dp"
      9    android:height="640dp"
     10    android:viewportWidth="360"
     11    android:viewportHeight="640">
     12  <path
     13      android:pathData="M360,640V0H0V640H360Z"
     14      android:fillType="evenOdd">
     15    <aapt:attr name="android:fillColor">
     16      <gradient 
     17          android:startY="293.054"
     18          android:startX="384.668"
     19          android:endY="1300.53"
     20          android:endX="-407.443"
     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>