first commit

This commit is contained in:
2020-09-28 19:54:36 +02:00
commit 3aaecabd4a
122 changed files with 2184 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
</resources>
+34
View File
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Allgemein -->
<string name="app_name">DMT</string>
<string name="action_settings">Settings</string>
<string name="action_update">Update</string>
<string name="search_hint">Suche&#8230;</string>
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Startscreen -->
<!-- Button Labels & Descriptions -->
<string name="newsButton_description">Allgemeine Infos</string>
<string name="newsButton_label">Allgemeine Infos</string>
<string name="gamesButton_description">Spiele</string>
<string name="gamesButton_label">Spiele</string>
<string name="labButton_description">Labore</string>
<string name="labButton_label">Labore</string>
<string name="machineButton_description">Maschinen</string>
<string name="machineButton_label">Maschinen</string>
<string name="profButton_description">Professoren</string>
<string name="profButton_label">Professoren</string>
</resources>
+40
View File
@@ -0,0 +1,40 @@
<resources>
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<!-- Application theme. -->
<!-- Global Values. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
<!-- Button Values. -->
<style name="DMTButton" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
<item name="android:layout_margin">3dp</item>
</style>
<!-- TextView Values. -->
<style name="DMTTextView" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
<item name="android:layout_margin">3dp</item>
</style>
<!-- ImageView Values. -->
<style name="DMTImageView" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
<item name="android:layout_margin">3dp</item>
</style>
</resources>