Implemented Preference for Canteen Price
This commit is contained in:
18
app/src/main/res/values/arrays.xml
Normal file
18
app/src/main/res/values/arrays.xml
Normal 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>
|
||||
Reference in New Issue
Block a user