-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariant-themed-logos.xml
34 lines (31 loc) · 1006 Bytes
/
variant-themed-logos.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
<theme>
<variant name="colored-carousel, colored-grid">
<view name="system, gamelist">
<image name="systemLogo">
<path>${systemLogoColor}</path>
<color>${accentColor}</color>
</image>
</view>
<view name="gamelist">
<image name="marqueeImage">
<color>${accentColor}</color>
</image>
</view>
</variant>
<variant name="colored-carousel">
<view name="system">
<carousel name="systemSelector">
<staticImage>${systemLogoColor}</staticImage>
<imageColor>${accentColor}</imageColor>
</carousel>
</view>
</variant>
<variant name="colored-grid">
<view name="system">
<grid name="systemSelector">
<staticImage>${systemLogoColor}</staticImage>
<imageColor>${accentColor}</imageColor>
</grid>
</view>
</variant>
</theme>