-
Notifications
You must be signed in to change notification settings - Fork 475
/
theme_configurations.xml
29 lines (29 loc) · 1.38 KB
/
theme_configurations.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
<resources>
<!-- Theme name and author name -->
<string name="ThemeName">Substratum Template</string>
<string name="ThemeAuthor">Projekt Development</string>
<!-- Your email for bug reports (DEFAULT: empty) -->
<!--suppress CheckTagEmptyBody -->
<string name="ThemeAuthorEmail"></string>
<!-- Theme wallpaper source (must be raw) -->
<string name="ThemeWallpaperSource">http://pastebin.com/raw/TG4mFdXz</string>
<!-- Do your theme support substratum legacy? -->
<!-- If you choose not to support legacy, then change the following line from -->
<!-- 'true' to 'false' to hide your theme on the Play Store from any stock ROM-->
<bool name="ThemeSupportLegacy">true</bool>
<!-- Does your theme support substratum samsung? -->
<bool name="ThemeSupportSamsung">false</bool>
<!-- Do you want to override the hero image auto color assignment? -->
<!-- Don't force anything? -> auto -->
<!-- Force black/dark icons? -> dark -->
<!-- Force white/light icons? -> light -->
<string name="ThemeHeroOverride">auto</string>
<!-- Put your theme changelog here, each item will be a new bullet point in the sheet -->
<string-array name="ThemeChangelog">
<item>Change One</item>
<item>Change Two</item>
<item>Change Three</item>
<item>Change Four</item>
<item>Change Five</item>
</string-array>
</resources>