Upload code

This commit is contained in:
Caesar2011
2014-01-23 10:16:37 +01:00
parent e35299586b
commit 25a5951e10
72 changed files with 1352 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="subject">#d34937</color>
<color name="teacher">#000</color>
<color name="block">#888</color>
<color name="fragment_background">#fff</color>
</resources>

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>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="pull_to_refresh_pull_label">Ziehen zum Aktualisieren&#8230;</string>
<string name="pull_to_refresh_release_label">Loslassen zum Aktualisieren&#8230;</string>
<string name="pull_to_refresh_refreshing_label">Aktualisieren&#8230;</string>
<string name="pull_to_refresh_aborting_label">Aktualisieren abbrechen&#8230;</string>
</resources>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">vpHerder</string>
<string name="title_section1">Heute</string>
<string name="title_section2">Einstellungen</string>
<string name="action_settings">Menü</string>
<string name="to_arrow"></string>
</resources>

View File

@@ -0,0 +1,35 @@
<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>
<style name="TextSize:VeryLarge">
<item name="android:textSize">32sp</item>
</style>
<style name="TextSize:Large">
<item name="android:textSize">22sp</item>
</style>
<style name="TextSize:Medium">
<item name="android:textSize">18sp</item>
</style>
<style name="TextSize:Small">
<item name="android:textSize">14sp</item>
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
</resources>