/[zanavi_public1]/navit/navit/android/res/drawable/progress_horizontal_green.xml
ZANavi

Contents of /navit/navit/android/res/drawable/progress_horizontal_green.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations) (download) (as text)
Sat Sep 12 11:02:16 2015 UTC (8 years, 6 months ago) by zoff99
File MIME type: text/xml
File size: 1447 byte(s)
v2.0.48
1 <?xml version="1.0" encoding="utf-8"?>
2 <layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
3
4 <item android:id="@android:id/background">
5 <shape>
6 <corners android:radius="5dip" />
7
8 <gradient
9 android:angle="270"
10 android:centerColor="#ff5a5d5a"
11 android:centerY="0.75"
12 android:endColor="#ff747674"
13 android:startColor="#ff9d9e9d" />
14 </shape>
15 </item>
16 <item android:id="@android:id/secondaryProgress">
17 <clip>
18 <shape>
19 <corners android:radius="5dip" />
20
21 <gradient
22 android:angle="270"
23 android:centerColor="#80ffb600"
24 android:centerY="0.75"
25 android:endColor="#a0ffcb00"
26 android:startColor="#80ffd300" />
27 </shape>
28 </clip>
29 </item>
30 <item android:id="@android:id/progress">
31 <clip>
32 <shape>
33 <corners android:radius="5dip" />
34
35 <gradient
36 android:angle="270"
37 android:centerColor="#ff009900"
38 android:centerY="0.75"
39 android:endColor="#ff00ff00"
40 android:startColor="#ff00ff00" />
41 </shape>
42 </clip>
43 </item>
44
45 </layer-list>

   
Visit the ZANavi Wiki