bug fixes
This commit is contained in:
@@ -96,6 +96,19 @@
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/productDescriptionTextView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingBottom="12dp"
|
||||
android:paddingLeft="24dp"
|
||||
android:paddingStart="24dp"
|
||||
android:paddingRight="24dp"
|
||||
android:paddingEnd="24dp"
|
||||
android:textColor="@color/navy"
|
||||
android:text="Mozzarella, Artischocken, Pilze, Peperoni, Oliven, Oregano"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/addToCartButton"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/row_product_ingredients_background"
|
||||
android:padding="8dp"
|
||||
android:textColor="@android:color/black"
|
||||
android:textColor="@color/navy"
|
||||
android:gravity="center"
|
||||
android:layout_centerInParent="true"
|
||||
android:text="Mozzarella, Artischocken, Pilze, Peperoni, Oliven, Oregano"/>
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
<string name="done_order">FERTIG</string>
|
||||
<string-array name="stepperLabels">
|
||||
<item>Lieferungsart</item>
|
||||
<item>Lieferungadresseadresse</item>
|
||||
<item>Lieferungadresse</item>
|
||||
<item>Bezahlverfahren</item>
|
||||
<item>Nachricht</item>
|
||||
<item>Betrag</item>
|
||||
|
||||
Reference in New Issue
Block a user