payment part 2

This commit is contained in:
cimenmus
2018-06-13 22:45:01 +03:00
parent b716af3bf4
commit 71c1911a21
9 changed files with 286 additions and 4 deletions

View 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>