Implemented Event Click Listener

This commit is contained in:
Caesar2011
2018-08-01 00:26:15 +02:00
parent 1d1bfff85c
commit 2b4e923cef
7 changed files with 58 additions and 27 deletions

View File

@@ -38,4 +38,6 @@
<string name="refresh">"Aktualisieren"</string>
<string name="go_to_today">Heute</string>
<string name="canteens">Kantinen</string>
<string name="location_name">Ort: %1$s</string>
<string name="module_name">Modul: %1$s</string>
</resources>

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="grade_separator">/</string>
</resources>

View File

@@ -43,5 +43,7 @@
<string name="canteens">Canteens</string>
<string name="prices" translatable="false">%1$.2f€ / %2$.2f€ / %3$.2f€</string>
<string name="price" translatable="false">%1$.2f€</string>
<string name="grade_separator" translatable="false"> / </string>
<string name="grade_separator">/</string>
<string name="location_name">Location: %1$s</string>
<string name="module_name">Module: %1$s</string>
</resources>