Implemented Preference for Canteen Price

This commit is contained in:
Caesar2011
2018-08-02 23:42:02 +02:00
parent 5d2282ed30
commit 44d348c18c
9 changed files with 110 additions and 6 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="pref_price_group_entries">
<item>All</item>
<item>Student</item>
<item>Employee</item>
<item>Other</item>
</string-array>
<string-array name="pref_price_group_values">
<item>all</item>
<item>student</item>
<item>employee</item>
<item>other</item>
</string-array>
</resources>