Upload code
This commit is contained in:
7
source/res/values/colors.xml
Normal file
7
source/res/values/colors.xml
Normal 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>
|
||||
7
source/res/values/dimens.xml
Normal file
7
source/res/values/dimens.xml
Normal 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>
|
||||
7
source/res/values/pull_to_refresh_strings.xml
Normal file
7
source/res/values/pull_to_refresh_strings.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="pull_to_refresh_pull_label">Ziehen zum Aktualisieren…</string>
|
||||
<string name="pull_to_refresh_release_label">Loslassen zum Aktualisieren…</string>
|
||||
<string name="pull_to_refresh_refreshing_label">Aktualisieren…</string>
|
||||
<string name="pull_to_refresh_aborting_label">Aktualisieren abbrechen…</string>
|
||||
</resources>
|
||||
9
source/res/values/strings.xml
Normal file
9
source/res/values/strings.xml
Normal 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>
|
||||
35
source/res/values/styles.xml
Normal file
35
source/res/values/styles.xml
Normal 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>
|
||||
Reference in New Issue
Block a user