asana fixes

This commit is contained in:
cimenmus
2018-06-30 12:51:34 +03:00
parent dfa724cea3
commit accfe39c05
34 changed files with 82 additions and 48 deletions

View File

@@ -93,7 +93,7 @@
android:layout_marginRight="6dp"
android:layout_marginEnd="6dp"
android:text="@string/clear_cart"
style="@style/PizzalinkRedWithoutMargin"
style="@style/PizzappGrayButtonWithoutMargin"
android:layout_weight="1"/>
<Button
@@ -104,7 +104,7 @@
android:layout_marginLeft="6dp"
android:layout_marginStart="6dp"
android:text="@string/continue_cart"
style="@style/PizzalinkRedWithoutMargin"
style="@style/PizzappGrayButtonWithoutMargin"
android:layout_weight="1"/>
</LinearLayout>