Home | History | Annotate | Download | only in drawable
      1 <!--
      2  Copyright (C) 2016 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7 
      8           http://www.apache.org/licenses/LICENSE-2.0
      9 
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     17         android:height="256dp"
     18         android:width="256dp"
     19         android:viewportHeight="256"
     20         android:viewportWidth="256">
     21 
     22     <group
     23             android:name="shape_layer_1"
     24             android:translateX="128"
     25             android:translateY="128">
     26         <group android:name="sun">
     27             <path
     28                     android:name="ellipse_path_1"
     29                     android:fillColor="#ffff8000"
     30                     android:pathData="m -25 0 a 25,25 0 1,0 50,0 a 25,25 0 1,0 -50,0"/>
     31 
     32             <group
     33                     android:name="earth"
     34                     android:translateX="75">
     35                 <path
     36                         android:name="ellipse_path_1_1"
     37                         android:fillColor="#ff5656ea"
     38                         android:pathData="m -10 0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0"/>
     39 
     40                 <group
     41                         android:name="moon"
     42                         android:translateX="25">
     43                     <path
     44                             android:name="ellipse_path_1_2"
     45                             android:fillColor="#ffadadad"
     46                             android:pathData="m -5 0 a 5,5 0 1,0 10,0 a 5,5 0 1,0 -10,0"/>
     47                 </group>
     48             </group>
     49         </group>
     50     </group>
     51 
     52 </vector>