Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /**
      4  * Copyright (C) 2016 The Android Open Source Project
      5  *
      6  * Licensed under the Apache License, Version 2.0 (the "License");
      7  * you may not use this file except in compliance with the License.
      8  * You may obtain a copy of the License at
      9  *
     10  *     http://www.apache.org/licenses/LICENSE-2.0
     11  *
     12  * Unless required by applicable law or agreed to in writing, software
     13  * distributed under the License is distributed on an "AS IS" BASIS,
     14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     15  * See the License for the specific language governing permissions and
     16  * limitations under the License.
     17  */
     18 -->
     19 <vector
     20     xmlns:android="http://schemas.android.com/apk/res/android"
     21     android:name="dots"
     22     android:width="40dp"
     23     android:viewportWidth="40"
     24     android:height="8dp"
     25     android:viewportHeight="8" >
     26     <group
     27         android:name="dots_0"
     28         android:translateX="20"
     29         android:translateY="4" >
     30         <group
     31             android:name="dot3" >
     32             <group
     33                 android:name="rectangle_path_1_position"
     34                 android:translateX="16" >
     35                 <path
     36                     android:name="rectangle_path_1"
     37                     android:fillColor="#FF000000"
     38                     android:fillAlpha="0.3"
     39                     android:pathData="M 0.0,-4.0 l 0.0,0.0 c 2.2091389992,0.0 4.0,1.7908610008 4.0,4.0 l 0.0,0.0 c 0.0,2.2091389992 -1.7908610008,4.0 -4.0,4.0 l 0.0,0.0 c -2.2091389992,0.0 -4.0,-1.7908610008 -4.0,-4.0 l 0.0,0.0 c 0.0,-2.2091389992 1.7908610008,-4.0 4.0,-4.0 Z" />
     40             </group>
     41         </group>
     42         <group
     43             android:name="dot2" >
     44             <path
     45                 android:name="rectangle_path_2"
     46                 android:fillColor="#FF000000"
     47                 android:fillAlpha="0.3"
     48                 android:pathData="M 0.0,-4.0 l 0.0,0.0 c 2.2091389992,0.0 4.0,1.7908610008 4.0,4.0 l 0.0,0.0 c 0.0,2.2091389992 -1.7908610008,4.0 -4.0,4.0 l 0.0,0.0 c -2.2091389992,0.0 -4.0,-1.7908610008 -4.0,-4.0 l 0.0,0.0 c 0.0,-2.2091389992 1.7908610008,-4.0 4.0,-4.0 Z" />
     49         </group>
     50         <group
     51             android:name="dot1" >
     52             <group
     53                 android:name="rectangle_path_3_position"
     54                 android:translateX="-16" >
     55                 <path
     56                     android:name="rectangle_path_3"
     57                     android:fillColor="#FF000000"
     58                     android:fillAlpha="0.3"
     59                     android:pathData="M 0.0,-4.0 l 0.0,0.0 c 2.2091389992,0.0 4.0,1.7908610008 4.0,4.0 l 0.0,0.0 c 0.0,2.2091389992 -1.7908610008,4.0 -4.0,4.0 l 0.0,0.0 c -2.2091389992,0.0 -4.0,-1.7908610008 -4.0,-4.0 l 0.0,0.0 c 0.0,-2.2091389992 1.7908610008,-4.0 4.0,-4.0 Z" />
     60             </group>
     61         </group>
     62         <group
     63             android:name="dot_moving" >
     64             <group
     65                 android:name="rectangle_position"
     66                 android:translateX="-16" >
     67                 <path
     68                     android:name="rectangle_path_4"
     69                     android:fillColor="#FF000000"
     70                     android:pathData="M 0.0,-4.0 l 0.0,0.0 c 2.2091389992,0.0 4.0,1.7908610008 4.0,4.0 l 0.0,0.0 c 0.0,2.2091389992 -1.7908610008,4.0 -4.0,4.0 l 0.0,0.0 c -2.2091389992,0.0 -4.0,-1.7908610008 -4.0,-4.0 l 0.0,0.0 c 0.0,-2.2091389992 1.7908610008,-4.0 4.0,-4.0 Z" />
     71             </group>
     72         </group>
     73     </group>
     74 </vector>
     75