version 0.1.2
* fixed a crash that occurred if there was no meal for the current day * added a card if there's no more meals this week * added a card if there's no lesson at the current day
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<TextView
|
||||
android:text="@string/essen_1"
|
||||
android:text="@string/meal_1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" android:id="@+id/txtView_MenuHeading"
|
||||
android:textStyle="bold" android:textAlignment="center" android:textSize="16sp"
|
||||
|
Reference in New Issue
Block a user