-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathtracks.xml
145 lines (105 loc) · 4.2 KB
/
tracks.xml
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="utf-8"?>
<tracks>
<section name="Diet/Nutrition/Drugs">
<track icon="@drawable/glyphicons_001_leaf_white" name="Vegan"
description="Ate no animal products" />
<track icon="@drawable/glyphicons_001_leaf_white" name="Vegetarian"
description="Ate neither meat nor fish" />
<track icon="@drawable/glyphicons_291_celebration_white" name="Alcohol"
description="Drank an alcoholic beverage" />
<track icon="@drawable/glyphicons_294_coffe_cup_white" name="Coffee"
description="Had a cup of coffee" />
<track icon="@drawable/glyphicons_275_fast_food_white" name="Fast food"
description="Went to a fast food restaurant" />
<track icon="@drawable/glyphicons_273_drink_white" name="Soft drink"
description="Drank a soft drink" />
<track icon="@drawable/glyphicons_272_cake_white" name="Sweets"
description="Ate sweets or cake" />
<track icon="@drawable/glyphicons_362_smoking_white" name="Smoke"
description="Got my daily rush of nicotine" />
<track icon="@drawable/glyphicons_298_hospital_white" name="Medication"
description="Took my medication" />
</section>
<section name="Practise">
<track icon="@drawable/glyphicons_314_table_tennis_white" name="Sport"
description="Practiced my favourite sport" />
<track icon="@drawable/glyphicons_326_piano_white" name="Instrument"
description="Played my favourite instrument" />
<track icon="@drawable/glyphicons_175_stop_white" name="Yoga"
description="Practiced yoga" />
<track icon="@drawable/glyphicons_356_dumbbell_white" name="Work out"
description="Exercised" />
<track icon="@drawable/glyphicons_334_candle_white" name="Meditation"
description="Silenced my mind" />
</section>
<section name="Home">
<track
icon="@drawable/glyphicons_002_dog_white"
name="Dog"
description="Walked the dog"/>
<track
icon="@drawable/glyphicons_310_flower_white"
name="Plants"
description="Watered the plants"/>
<track
icon="@drawable/glyphicons_067_cleaning_white"
name="Cleaning"
description="The rooms are tidy"/>
</section>
<section name="Transportation">
<track
icon="@drawable/glyphicons_014_train_white"
name="Public transport"
description="Took the bus or the train"/>
<track
icon="@drawable/glyphicons_005_car_white"
name="Car"
description="Did some driving"/>
<track
icon="@drawable/glyphicons_306_bicycle_white"
name="Bike"
description="Used my bike to get somewhere"/>
</section>
<section name="Social life/Sexuality">
<track
icon="@drawable/glyphicons_410_facebook_white"
name="Social network"
description="Used my favourite social networking site"/>
<track
icon="@drawable/myicons_smiley_white"
name="Smile"
description="Made someone smile or laugh"/>
<track
icon="@drawable/glyphicons_273_drink_white"
name="Clubbing"
description="Went out to a club or a bar"/>
<track
icon="@drawable/glyphicons_012_heart_white"
name="I love you"
description="Told someone I love them"/>
<track
icon="@drawable/glyphicons_022_fire_white"
name="Sex"
description="Had sexual intercourse"/>
</section>
<section name="Hygiene">
<track
icon="@drawable/glyphicons_097_vector_path_line_white"
name="Floss"
description="Flossed my shiny teeth"/>
</section>
<section name="General/Abstract">
<track
icon="@drawable/glyphicons_152_check_white"
name="Todo"
description="Got some noteworthy things done"/>
<track
icon="@drawable/glyphicons_343_thumbs_up_white"
name="Good day"
description="Overall I consider this a good day"/>
<track icon="@drawable/glyphicons_282_cardio_white" name="Symptom"
description="A symptom of an illness occurred" />
<track icon="@drawable/glyphicons_049_star_white" name="Custom"
description="User-specified track" />
</section>
</tracks>