-
Notifications
You must be signed in to change notification settings - Fork 24
/
avizo.gresource.xml
28 lines (24 loc) · 1.42 KB
/
avizo.gresource.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
<?xml version="1.0" encoding="UTF-8" ?>
<gresources>
<gresource prefix="/org/danb/avizo">
<file preprocess="xml-stripblanks">ui/avizo.ui</file>
<file preprocess="to-pixdata">data/images/volume_muted.png</file>
<file preprocess="to-pixdata">data/images/volume_low.png</file>
<file preprocess="to-pixdata">data/images/volume_medium.png</file>
<file preprocess="to-pixdata">data/images/volume_high.png</file>
<file preprocess="to-pixdata">data/images/mic_muted.png</file>
<file preprocess="to-pixdata">data/images/mic_unmuted.png</file>
<file preprocess="to-pixdata">data/images/brightness_low.png</file>
<file preprocess="to-pixdata">data/images/brightness_medium.png</file>
<file preprocess="to-pixdata">data/images/brightness_high.png</file>
<file preprocess="to-pixdata">data/images/volume_muted_dark.png</file>
<file preprocess="to-pixdata">data/images/volume_low_dark.png</file>
<file preprocess="to-pixdata">data/images/volume_medium_dark.png</file>
<file preprocess="to-pixdata">data/images/volume_high_dark.png</file>
<file preprocess="to-pixdata">data/images/mic_muted_dark.png</file>
<file preprocess="to-pixdata">data/images/mic_unmuted_dark.png</file>
<file preprocess="to-pixdata">data/images/brightness_low_dark.png</file>
<file preprocess="to-pixdata">data/images/brightness_medium_dark.png</file>
<file preprocess="to-pixdata">data/images/brightness_high_dark.png</file>
</gresource>
</gresources>