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"