-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader.xml
More file actions
93 lines (82 loc) · 2.93 KB
/
header.xml
File metadata and controls
93 lines (82 loc) · 2.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<!--
Theme:IO-JELOS
Original author: Vidnez
License: creative commons CC-BY-NC-SA
-->
<theme>
<formatVersion>7</formatVersion>
<include name="Configs">./config.xml</include>
<view name="screen">
<controllerActivity name="controllerActivity">
<visible>false</visible>
</controllerActivity>
<text name="clock">
<origin>0 0</origin>
<pos>0.515 -0.018</pos>
<size>0.3 .1</size>
<fontSize>0.026</fontSize>
<color>${textinfocolor}</color>
<horizontalAlignment>center</horizontalAlignment>
<verticalAlignment>center</verticalAlignment>
<fontPath>./assets/BPreplayBold-unhinted.otf</fontPath>
</text>
<batteryIndicator name="batteryIndicator">
<visible>false</visible>
<pos>0.915 0.003</pos>
<size>0.06</size>
<color>${textinfocolor}</color>
<itemSpacing>0.01</itemSpacing>
<full>./assets/battery=full.svg</full>
<at75>./assets/battery=75.svg</at75>
<at50>./assets/battery=50.svg</at50>
<at25>./assets/battery=25.svg</at25>
<empty>./assets/battery=empty.svg</empty>
<incharge>./assets/battery=charging.svg</incharge>
</batteryIndicator>
<batteryIcon name="system-battery-icon">
<size>0.04</size>
<pos>0.88 0.013</pos>
<color>${textinfocolor}</color>
<full>./assets/battery=full.svg</full>
<at75>./assets/battery=75.svg</at75>
<at50>./assets/battery=50.svg</at50>
<at25>./assets/battery=25.svg</at25>
<empty>./assets/battery=empty.svg</empty>
<incharge>./assets/battery=charging.svg</incharge>
</batteryIcon>
<batteryText name="system-battery-text">
<color>${textinfocolor}</color>
<fontPath>./assets/BPreplayBold-unhinted.otf</fontPath>
<fontSize>0.026</fontSize>
<pos>0.935 0.013</pos>
</batteryText>
<networkIcon name="system-network-icon">
<size>0.03</size>
<pos>0.83 0.017</pos>
<color>${textinfocolor}</color>
<networkIcon>./assets/network-icon-on.svg</networkIcon>
<planemodeIcon>./assets/network-icon-off.svg</planemodeIcon>
</networkIcon>
</view>
<view name="system">
<helpsystem name="help">
<pos>0.5 0.965</pos>
<origin>0.5 0.5</origin>
<fontPath>./assets/BPreplayBold-unhinted.otf</fontPath>
<textColor>${textinfocolor}</textColor>
<iconColor>${textinfocolor}</iconColor>
<fontSize>0.023</fontSize>
</helpsystem>
</view>
<view name="basic, detailed, grid">
<helpsystem name="help">
<pos>0.5 0.965</pos>
<origin>0.5 0.5</origin>
<textColor>${textinfocolor}</textColor>
<iconColor>${textinfocolor}</iconColor>
<fontPath>./assets/BPreplayBold-unhinted.otf</fontPath>
<fontSize>0.023</fontSize>
</helpsystem>
</view>
</theme>