wunschpizza alert text added

This commit is contained in:
2019-12-02 22:22:00 +03:00
parent 60a6f53069
commit 672509b178
4 changed files with 23 additions and 0 deletions

View File

@@ -111,6 +111,21 @@
android:textColor="@color/black"
android:text="Mozzarella, Artischocken, Pilze, Peperoni, Oliven, Oregano"/>
<TextView
android:id="@+id/wunschpizzaAlertTextView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="4dp"
android:paddingBottom="12dp"
android:paddingLeft="24dp"
android:paddingStart="24dp"
android:paddingRight="24dp"
android:paddingEnd="24dp"
android:textColor="@color/red"
android:text="*Bitte wählen Sie maximal 4 Zutaten jede weitere Zutat wird nicht berücksichtigt"
fontPath="fonts/Quicksand-Bold.ttf"
android:visibility="gone"/>
<Button
android:id="@+id/addToCartButton"
android:layout_width="match_parent"