payment part 2
This commit is contained in:
9
app/src/main/res/layout/activity_payment.xml
Normal file
9
app/src/main/res/layout/activity_payment.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="ch.pizzapp.android.activity.PaymentActivity">
|
||||
|
||||
</android.support.constraint.ConstraintLayout>
|
||||
@@ -171,6 +171,8 @@
|
||||
<string name="order_payment_method">ZAHLUNGSWEISE</string>
|
||||
<string name="order_total">ZWISCHENSUMME</string>
|
||||
<string name="order_notee">NACHRICHT</string>
|
||||
<!--tr-->
|
||||
<string name="unknown_payment_method">Bilinmeyen ödeme yöntemi.</string>
|
||||
<!-- CreateOrderSummaryFragment-->
|
||||
|
||||
<!-- CreateOrderResultFragment-->
|
||||
|
||||
Reference in New Issue
Block a user