Bug fixing and Canteen grouping

This commit is contained in:
Caesar2011
2018-08-15 01:36:49 +02:00
parent e04fe4ec5f
commit 2210138785
9 changed files with 142 additions and 118 deletions

View File

@@ -6,7 +6,7 @@
android:orientation="horizontal">
<TextView
android:id="@+id/caption"
android:id="@+id/string"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/text_margin"

View File

@@ -10,7 +10,7 @@
app:outer_view="@layout/list_canteen_header"
app:inner_view="@layout/list_canteen_body"
app:animationDuration="300"
app:startExpanded="true" />
app:startExpanded="false" />
<!--
app:icon="@drawable/ic_event"

View File

@@ -53,4 +53,12 @@
<string name="pref_price_group_title">Canteen Price Group</string>
<string name="pref_price_group_summary">Only show specific price category</string>
<string name="pref_price_group_dialog">Price Group Selection</string>
<string name="meals">Meals</string>
<string name="special_meals">Special meals</string>
<string name="side_dishes">Side Dishes</string>
<string name="desserts">Desserts</string>
<string name="salats">Salats</string>
<string name="soups">Soups</string>
<string name="starters">Starters</string>
<string name="others">Others</string>
</resources>