summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorcos <cos>2020-03-14 03:51:05 +0100
committercos <cos>2022-05-14 12:52:46 +0200
commit2cb6237ba1751725c660315dace2e0d879f64332 (patch)
treefca9035c84d6f03ee03b7d84e16bd1ee2f94f557 /resources
parentfbac0449b785ef865ee4727aa6cdc2b39315dddb (diff)
downloadmazarine-watch-2cb6237ba1751725c660315dace2e0d879f64332.zip
First initial version of watchface
Diffstat (limited to 'resources')
-rw-r--r--resources/properties.xml7
-rw-r--r--resources/settings.xml11
-rw-r--r--resources/strings.xml7
3 files changed, 1 insertions, 24 deletions
diff --git a/resources/properties.xml b/resources/properties.xml
deleted file mode 100644
index fd9cb4a..0000000
--- a/resources/properties.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-<properties>
- <property id="display_dark" type="boolean">true</property>
- <property id="display_seconds" type="boolean">true</property>
- <property id="display_arbor" type="boolean">true</property>
-</properties>
-
diff --git a/resources/settings.xml b/resources/settings.xml
deleted file mode 100644
index e17851e..0000000
--- a/resources/settings.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<settings>
-<setting propertyKey="@Properties.display_dark" title="@Strings.display_dark_title">
-<settingConfig type="boolean" />
-</setting>
-<setting propertyKey="@Properties.display_seconds" title="@Strings.display_seconds_title">
-<settingConfig type="boolean" />
-</setting>
-<setting propertyKey="@Properties.display_arbor" title="@Strings.display_arbor_title">
-<settingConfig type="boolean" />
-</setting>
-</settings> \ No newline at end of file
diff --git a/resources/strings.xml b/resources/strings.xml
index e16a8a9..052b7e2 100644
--- a/resources/strings.xml
+++ b/resources/strings.xml
@@ -1,8 +1,3 @@
<strings>
- <string id="AppName">Copernicus</string>
-
-
- <string id="display_dark_title">Dark mode?</string>
- <string id="display_seconds_title">Display second hand?</string>
- <string id="display_arbor_title">Display arbor?</string>
+ <string id="AppName">Mazarine Watch</string>
</strings>