added 2nd week menus & option to disable buffet in the mensa tab

* the GUI now shows a second week for Mensa menus
* you can disable the buffet in the Mensa tab now
This commit is contained in:
2019-03-10 13:37:13 +01:00
parent 3e3a80442e
commit a4eceeddc9
9 changed files with 102 additions and 74 deletions

View File

@ -11,7 +11,7 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent" android:background="@android:color/background_light">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"

View File

@ -14,7 +14,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent" app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent"
>
android:background="@android:color/background_light">
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@ -52,5 +52,6 @@
<string name="save_key_courseTTLink" translatable="false">org.mosad.seil0.projectlaogai.courseTTLink</string>
<string name="save_key_colorPrimary" translatable="false">org.mosad.seil0.projectlaogai.colorPrimary</string>
<string name="save_key_colorAccent" translatable="false">org.mosad.seil0.projectlaogai.colorAccent</string>
<string name="save_key_showBuffet" translatable="false">org.mosad.seil0.projectlaogai.showBuffet</string>
</resources>