CanteenPageFragment.kt now displays the count of offers that have been hidden due to allergen and dietary preferences

This commit is contained in:
denizk0461
2023-05-14 19:49:09 +02:00
parent d4e64018d2
commit 14e379eebf
6 changed files with 129 additions and 33 deletions
+9 -1
View File
@@ -4,9 +4,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="8dp"
android:paddingVertical="4dp">
android:paddingVertical="4dp"
android:orientation="vertical">
<com.google.android.material.card.MaterialCardView
android:id="@+id/canteen_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/Widget.Material3.CardView.Outlined">
@@ -45,4 +47,10 @@
</com.google.android.material.card.MaterialCardView>
<TextView
android:id="@+id/text_difference"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"/>
</androidx.appcompat.widget.LinearLayoutCompat>