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
+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>